rmv_constant_0: Remove genes that with too many constant 0 expression across...

rmv_constant_0R Documentation

Remove genes that with too many constant 0 expression across samples

Description

Allow you to remove those data entries with constant variance You can specify the percentage of 0s as the threshold

Usage

rmv_constant_0(data, by = "row", pct = 0.75, minimum = 0,
  verbose = FALSE)

Arguments

data

Input data set

by

Default by "row", can change to "column"

Examples

rmv_constant_0(data, by="row", pct=0.75)

naikai/sake documentation built on Feb. 15, 2023, 11 p.m.