Description Usage Arguments Value
Identify integration features
1 2 3 4 5 6 7 8 9 |
object.list |
a lsit of Seurat objects |
integrationFeatures.method |
"joint" or "individual"; "joint": Identify integration features from the concatenated data matrix; "individual": ranks features by the number of datasets they are deemed variable in, breaking ties by the median variable feature rank across datasets. It returns the top scoring features by this ranking. |
selection.method |
The method to choose top variable features: vst: First, fits a line to the relationship of log(variance) and log(mean) using local polynomial regression (loess). Then standardizes the feature values using the observed mean and expected variance (given by the fitted line). Feature variance is then calculated on the standardized values after clipping to a maximum (see clip.max parameter). mean.var.plot (mvp): First, uses a function to calculate average expression (mean.function) and dispersion (dispersion.function) for each feature. Next, divides features into num.bin (deafult 20) bins based on their average expression, and calculates z-scores for dispersion within each bin. The purpose of this is to identify variable features while controlling for the strong relationship between variability and average expression. |
nfeatures |
Number of features to select as top variable features; only used when selection.method is set to 'vst' |
mean.cutoff |
A two-length numeric vector with low- and high-cutoffs for feature means |
dispersion.cutoff |
A two-length numeric vector with low- and high-cutoffs for feature dispersions |
... |
other parameters in FindVariableFeatures or SelectIntegrationFeatures |
a char vector containing the features for integration analysis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.