View source: R/analysisFoldChange.R
foldChange | R Documentation |
Calculate Fold Change
foldChange(
dataset = NULL,
factor = NULL,
ref_group = NULL,
comparison_groups = NULL,
ranks = NULL,
allRanks = F,
pairSamples = F
)
dataset |
MicroVis dataset. Defaults to active dataset |
factor |
Factor along which to conduct beta-diversity analysis |
ref_group |
Reference group for fold change computation. This will be the denominator. User will be asked if none is specified |
comparison_groups |
Comparison group for fold change computation. This will be the numerator. User will be asked if none is specified |
ranks |
Ranks at which to calculate fold change of features |
allRanks |
If set to TRUE, will compute feature fold change at all ranks. Defaults to FALSE |
pairSamples |
Should fold change be calculated on paired samples instead of between the means of groups? Defaults to FALSE. This option is useful when you have 2 or more time points from the same patient or something similar |
Table with the fold change and log2(fold change) for the features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.