get_outlying_genes: Get outlier genes

Description Usage Arguments Value Examples

View source: R/preprocess.R

Description

Get outlier genes

Usage

1

Arguments

Y

Cell by gene matrix of counts

nmads

Number of mads above which gene is considered outlier

Value

A logical vector whether each gene (as represented by a column of Y) is an outlier

Examples

1
2
Y <- matrix(rpois(200, 10), 20, 10)
clonealign:::get_outlying_genes(Y, 3)

kieranrcampbell/clonealign documentation built on Dec. 18, 2020, 3:49 a.m.