Prep.res.adjust: Prep.res.adjust

Description Usage Arguments Value Examples

View source: R/TreCCAtree.R

Description

This function is to adjust the clustering resolution generated from Tree.build.prepare

Usage

1
Prep.res.adjust(prep, first.reso.adjust = c(0.03, 0.03))

Arguments

prep

the output from Tree.build.prepare

first.reso.adjust

This is the ADJUSTED CLUSTER RESOLUTION.The format is the same as First.reso in Tree.build.prepare

Value

This will return the same object as that generated from Tree.build.prepare

Examples

1
 S4_S5ROCK.tree.prep<-Prep.res.adjust(S4_S5ROCK.tree.prep,first.reso.adjust=c(0.015,0.015))

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