.GetVariableFeatures | R Documentation |
Returns the top variable features from a data frame of highly variable feature annotations. Features are marked as variable if their value in 'label_column' is neither 'NA' nor 'FALSE'. When a ranking is provided via 'rank_column', features are ordered accordingly.
.GetVariableFeatures(hvf_info, label_column, rank_column, nfeatures)
hvf_info |
A 'data.frame' containing highly variable feature annotations. |
label_column |
A column in 'hvf_info' indicating which features are variable. A feature is considered variable if it's corresponding value is not 'NA' or 'FALSE'. |
rank_column |
A column in 'hvf_info' indicating the rank of each feature. |
nfeatures |
The number of variable features to return. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.