featureSelection: featureSelection Subset the genes, given a matrix

View source: R/dataProc.R

featureSelectionR Documentation

featureSelection Subset the genes, given a matrix

Description

featureSelection Subset the genes, given a matrix

Usage

featureSelection(Xmat, Ybin, testRes, ptail = 0.05)

Arguments

Xmat

Matrix of gene expression data.

Ybin

Binary phenotype vector.

Value

Xsub, subset of Xmat by genes

Examples

Xsub <- featureSelection(Xmat, Ybin, 0.1)


CRI-iAtlas/ImmuneSubtypeClassifier documentation built on Oct. 1, 2022, 10:50 a.m.