scRNAtools_cluster: Cluster section

Description Usage Arguments Details Author(s) References Examples

View source: R/scRNAtools_cluster.R

Description

Do consistent clustering analysis use clusterProfiler method

Usage

1

Arguments

example1

scRNA sequencing data with header.

k

The number of class. If you set k is 6, you will obtain 6 results of cluster.

Details

The results are presented in your occurrent path.

Author(s)

Qian Yang

References

Guangchuang Yu, Li-Gen Wang, Yanyan Han and Qing-Yu He. clusterProfiler: an R package for comparing biological themes among gene clusters. OMICS: A Journal of Integrative Biology 2012, 16(5):284-287.

Examples

1
2
3
4
##setwd("")###Set the path your data in.
data(example1)##Example data in this package.
k<-6##set K based on your own requirement.
scRNAtools_cluster(example1,k)

scRNAtools documentation built on May 2, 2019, 2:43 a.m.