HVG_Statistic: Statistics on high variable genes of each subclusters

Description Usage Arguments Examples

View source: R/HVG_Statistic.R

Description

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.

Usage

1
2
3
4
HVG_Statistic(
  object,
  First_time_unsupervised_clustering_label = "First_time_unsupervised_clustering"
)

Arguments

object:

The seurat object, produced by runSeurat Function or provided by User

First_time_unsupervised_clustering_label:

The labels of Unsupervised clustering results

Examples

1
2
data(PBMC)
HVG_Anno<-HVG_Statistic(PBMC,First_time_unsupervised_clustering_label="RNA_snn.0.6")

Zechuan-Chen/scSensitiveGeneDefine documentation built on March 12, 2021, 8:02 p.m.