cutoff.select: To select appropriate cutoff values for number of cells given...

Description Usage

View source: R/analysis.R

Description

To select appropriate cutoff values for number of cells given gexp data input- data: gene expression data; vector of integer values with number of cells; vector of integer values with respective cutoff values (in percentage) output- interger - cutoff value (in percentage)

Usage

1
2
3
4
5
cutoff.select(
  data,
  ncells_vec = c(50, 250, 500, 1000),
  cutoffpct_vec = c(40, 30, 20, 10)
)

samychillara/ScRB documentation built on March 4, 2021, 12:53 a.m.