I don't understand what does it means that 0.9*min etc?
Thank you for your support
Irene Stefanini
unread,
Jun 28, 2017, 5:36:02 AM6/28/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to micca users
hi,
in my understanding, 0.9*min(sample_sums(ps)) means that you are setting the threshold of the rarefaction to the 90% of reads you have in the sample with the lowest coverage.
with sample_sums(ps) (phyloseq package) you calculate the number of reads in each sample, then you find the lowest one (min), and finally, you calculate the 90% of that value.