Benjamin Callahan
Benjamin Callahan
You want to make sure that whatever you give `assignTaxonomy` (in this case `merged_seqtab`) can correctly get the DNA sequences in character format extracted from it by the `dada2::getSequences` function....
Well, in downstream analyses of alpha-diversity, you will need to control for the batch effect, for example by including a batch term in any linear regression analyses of alpha-diversity.
What alpha diversity metric are you analyzing here?
Observed taxa is highly dependent on sequencing depth. Shannon Index is much less so, but not entirely immune to it. Could you recreate these plots from a set of samples...
First, I would not use observed ASVs/OTUs as a metric. Looking at the Shannon results, I think it is reasonable that you should include run as a confounding factor in...
What is `any(duplicated(list.samples.names))`? That apparently has duplicate names in it. You can identify the duplicates with: ``` is.dup
It shouldn't take that long. That said, I have not tested the latest UNITE db on an 8GB machine. A test that might be worthwhile is to try `assignTaxonomy` on...
Sure... ``` sq10
> The first 10 ASVs took about 7 min. Does that seem reasonable? That is longer than it should take, and suggests you are running into memory issues. Do you...
This looks like a bug, in that the zero-count samples are being removed as appropriate, but then either the row.names or some other variable is not being appropriately subset as...