View source: R/featureFiltering.R
getFtStats | R Documentation |
Get Feature Statistics for Filtering
getFtStats(dataset = NULL, rank = NULL, raw = T, justStats = T, doCLR = F)
dataset |
MicroVis dataset (mvdata object) |
rank |
Rank at which to get feature summary stats |
raw |
Use raw counts to calculate feature statistics. Defaults to TRUE |
justStats |
Whether to just output the a table of feature statistics instead of all data processing information |
doCLR |
Calculate average CLR-transformed abundances for each feature |
List containing original abundance table, feature names table, and a dataframe of feature statistics used for filtering
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.