relab | R Documentation |
convert counts table to relative abundance (%)
relab(counts)
counts |
dataframe; samples are columns and features are rows |
dataframe
counts <- data.frame(matrix(rnorm(1000), ncol=20, nrow=50))
rel_abundance <- relab(counts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.