Description Usage Arguments Examples
View source: R/HVG_Statistic.R
Statistics on the high variable genes in each subclusterd, divided by the First-time unsupervised clustering
Only need to provide the label of First-time unsupervised clustering.
1 2 3 4 | HVG_Statistic(
object,
First_time_unsupervised_clustering_label = "First_time_unsupervised_clustering"
)
|
object: |
The seurat object, produced by runSeurat Function or provided by User |
First_time_unsupervised_clustering_label: |
The labels of Unsupervised clustering results |
1 2 | data(PBMC)
HVG_Anno<-HVG_Statistic(PBMC,First_time_unsupervised_clustering_label="RNA_snn.0.6")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.