norm_by_raref {mina} | R Documentation |
Function for normalization by rarefying the samples into the same depth, modified from phyloseq, find it here.
norm_by_raref(x, depth = 1000, replace = TRUE)
x |
A quantitative table with sample in columns and compositions in rows. |
depth |
The depth for rarefying, 1000 by default. |
replace |
Whether to sample with replacement ( |
A normalized quantitative table.