VarFeatures | R Documentation |
This function allows user to identify variable genes in participants across
longitudinal timepoints using single cell expression data. The coefficient of
variation (CV) calculated using cvCalcSC
function. Users can identify
cvThreshold in different datasets using housekeeping genes CV distribution.
VarFeatures( data_object, group_oi = NULL, cvThreshold = NULL, donorThreshold = NULL, groupThreshold = NULL, topFeatures = 25, filePATH = NULL, fileName = NULL )
data_object |
Input PALMO S4 object. It contains annotation information and expression data from Bulk or single cell data. |
group_oi |
Group of interest to focus on. Example among celltypes focus on selected ones. Default is NULL. |
cvThreshold |
Coefficient of variation threshold to select variable and
stable genes Default is 10 for single cell RNA |
donorThreshold |
Donor threshold number to be used, Default is number of participants |
groupThreshold |
Group label threshold number to be used, Default is
|
topFeatures |
Number of features to be selected from each group, Default is 25 |
filePATH |
User-defined output directory PATH to load CV
result obtained from |
fileName |
User defined filename |
PALMO object with variable (var_genes) features
## Not run: palmo_obj <- VarFeatures(data_object=palmo_obj, cvThreshold=10) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.