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)


Gibbsdavidl/ImmuneSubtypeClassifier documentation built on Oct. 6, 2022, 2:36 a.m.