freq: Summary statistics for genes in an experiment

Description Usage Arguments Value Functions Examples

View source: R/Fluidigm-methods.R

Description

freq returns the frequency of expression, i.e., the proportion of non-zero values in sc. NAs can be optionally removed

Usage

1
2
3
4
5
6
7
freq(sc, na.rm = TRUE)

condmean(sc)

condSd(sc)

numexp(sc)

Arguments

sc

SingleCellAssay

na.rm

should NAs be removed, or carried through?

Value

vector of proportions

Functions

Examples

1
2
3

MAST documentation built on Nov. 8, 2020, 8:19 p.m.