normtosel: Standarization using a subset of the data

Description Usage Arguments Details

View source: R/getsubsets.R

Description

Standarization using a subset of the data

Usage

1
normtosel(data, sel, min.var = 1e-16, param = FALSE)

Arguments

data

either a matrix, data frame or an EList object

sel

a logical vector specifying which samples to use for standarization

min.var

if not NULL, all variables with variance / IQR below this threshold will be removed

param

if TRUE, mean and sd will be used; if FALSE (default), median and IQR will be used for standarization

Details

Standarization using a subset of the data.


january3/myfuncs documentation built on April 1, 2020, 4:42 a.m.