normtosel: Standarization using a subset of the data

View source: R/getsubsets.R

normtoselR Documentation

Standarization using a subset of the data

Description

Standarization using a subset of the data

Usage

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 Jan. 16, 2025, 8:37 p.m.