DUBStepR: DUBStepR - Obtain a list of feature genes to characterise...

Description Usage Arguments Value Author(s) Examples

View source: R/DUBStepR.R

Description

DUBStepR - Obtain a list of feature genes to characterise cell types

Usage

1
2
3
4
5
6
7
8
DUBStepR(
  input.data,
  min.cells = 0.05 * ncol(input.data),
  optimise.features = TRUE,
  k = 10,
  num.pcs = 20,
  error = 0
)

Arguments

input.data

input gene expression matrix (genes x cells)

min.cells

minimum number of cells to filter genes out and smooth data over

optimise.features

Determine optimal feature set using density index.

k

number of nearest neighbours. Default is 10.

num.pcs

number of principal components to represent sc data. Default is 20.

error

Acceptable error margin for kNN computation. Default is 0, but is set to 1 for large datasets.

Value

Returns optimal feature set

Author(s)

ranjanb

Examples

1
res <- DUBStepR(input.data = pbmc_norm_small_data)

bbbranjan/DUBStepR documentation built on May 27, 2021, 4:13 p.m.