docluster: docluster

Description Usage Arguments Value Examples

View source: R/Clustering.R

Description

This function is to do clustering analysis for one dataset, given a clustering resolusion

Usage

1
docluster(Istopcells, mylist, name, reso = 0.6)

Arguments

Istopcells

The formatted dge from dgepreprocess

mylist

the informative gene list from GetinformativeGene

name

a customized name for this clustering object

reso

the clustering resolusion, default=0.6

Value

this will return the clean and square plot

Examples

1
S7rock_1.ob<-docluster(dgepreprocess(s7.RockII_1.dge,500,norowname=T),GetinformativeGene(dgepreprocess(s7.RockII_1.dge,500,norowname=T),500),"s7.RockII_1",reso=0.6)

chenweng1991/EZsinglecell documentation built on July 11, 2020, 3:23 p.m.