checkType: checkType Function

Description Usage Arguments Value Examples

View source: R/checkType.R

Description

Plot the boxplot from ten random columns of the input matrix. Useful to visualize whether the provided count matrix is is logged or if any normalization was done.

Usage

1
checkType(count_matrix, n = 10)

Arguments

count_matrix

The matrix that we want to check

n

How many columns to check. Default to 10.

Value

the quantiles of the count matrix

Examples

1
2
data <- matrix(rnbinom(1000 * 100, size = 1000, prob = .999), ncol = 100)
checkType(data)

HectorRDB/DailyHRB documentation built on Oct. 15, 2020, 10:39 a.m.