View source: R/preprocess_com.R
preprocess_com | R Documentation |
Performs preprocessing tasks in community data, removing samples and species with few observations, and normalizing abundance data.
preprocess_com(
com,
min_obs = 100,
min_taxa = 5,
normalize = T,
method = "blind",
sharingMode = "maximum",
fitType = "local",
...
)
com |
a community data object. |
min_obs |
remove samples with a total number of observations below this treshold. |
min_taxa |
remove species with a total number of observations below this treshold. |
normalize |
logical, whether to normalize abundances using a mixture model with DESeq. |
method |
arguments to be passed to 'estimateDispersions'. |
sharingMode |
arguments to be passed to 'estimateDispersions'. |
fitType |
arguments to be passed to 'estimateDispersions'. |
... |
further arguments to be passed to 'estimateDispersions'. |
A list with community data.
preprocess_com.com()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.