You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it would be possible to include an option for subsetting taxa after running a differential expression analysis. In the example for plot_cladogram you subset out the Firmicutes before running the analysis, but what if we want to plot only the Firmicutes from an analysis that was run on the whole dataset? Or, to give a more tractable example, is there a way to extract only the Clostridiales from the mm_lefse object created in the example?
Error in child_list[[i]] :
attempt to select less than one element in integerOneIndex
In addition: Warning message:
In y[tip.idx] <- 1:Ntip * step :
number of items to replace is not a multiple of replacement length"
I'd be grateful for any help!
The text was updated successfully, but these errors were encountered:
Hi,
I was wondering if it would be possible to include an option for subsetting taxa after running a differential expression analysis. In the example for
plot_cladogram
you subset out the Firmicutes before running the analysis, but what if we want to plot only the Firmicutes from an analysis that was run on the whole dataset? Or, to give a more tractable example, is there a way to extract only the Clostridiales from themm_lefse
object created in the example?Example code:
Here's my attempt to subset the phyloseq object and plot the resulting tree (without the annotations):
but I get the error
I'd be grateful for any help!
The text was updated successfully, but these errors were encountered: