-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using lotus2 with input ASVs #74
Comments
Hey, yes you can run the .fasta with the ASVs nt sequences directly through the -taxOnly flag options, no need for quality values at this point :) |
thanks! And how to I capture ASV frequency so that -taxOnly outputs the 'normal' lotus2 output of abundance per taxa phyloseq? |
LotuS2 doesn't support this. It will only give you the taxonomic annotation for each ASV. However, given an ASV matrix you could then calculate higher taxonomic levels in R |
I need to be able to set.seed() before DADA2 so that my results are reproducible. Is there a way to set.seed() in lotus so that a sample rune through my lotus2 pipeline (DADA2+lambda) will always produce the same result when rerun? If setting seed for DADA2 in lotus2 is not possible, then I was thinking I could use DADA2 in R to output ASVs, and then assign taxonomy to the ASVs using taxOnly in lotus2. Would that be a correct use of lotus2? |
Hey, you can edit directly the lotus2/bin/R/ASV_clustering.R file in your own copy of lotus2 and set.seed there. |
Hi,
I have ASVs across a set of samples- can I run these through lotus 2 lambda using the taxOnly flag?
My guess is I need to create a fasta from the ASVs but then I wont have any quality scores because they are ASVs instead of reads. Can I run these through taxonomy assignment without quality scores?
How would you recommend proceeding?
Many thanks,
Amanda
The text was updated successfully, but these errors were encountered: