getBiomarker: Given a list of genes and a SingleCellExperiment object,...

Description Usage Arguments Value Examples

View source: R/getBiomarker.R

Description

Given a list of genes and a SingleCellExperiment object, return the binary or continuous expression of the genes.

Usage

1
getBiomarker(inSCE, gene, binary = "Binary", useAssay = "counts")

Arguments

inSCE

Input SingleCellExperiment object.

gene

gene list

binary

"Binary" for binary expression or "Continuous" for a gradient. Default: "Binary"

useAssay

Indicate which assay to use. The default is "counts".

Value

getBiomarker(): A data.frame of expression values

Examples

1

singleCellTK documentation built on Nov. 8, 2020, 5:21 p.m.