-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi, I am just going through your R tutorials, which are very useful to learn phyloseq package.
One question I have is about the transformation of the read into relative data.
Why do you choose the median sum and not 100 or the minimum of all samples ?
total = median(sample_sums(carbom))
standf = function(x, t=total) round(t * (x / sum(x)))
carbom = transform_sample_counts(carbom, standf)
Metadata
Metadata
Assignees
Labels
No labels