Marker_Identify: Title

View source: R/Step3_Marker_Identification.R

Marker_IdentifyR Documentation

Title

Description

Title

Usage

Marker_Identify(finalData, finalLabel, method = "FC")

Arguments

finalData

The matrix of dataset for marker identification.

finalLabel

The label of dataset for marker identification.

method

The method for marker identification. The method could be FC, PLS-DA, OPLS-DA, t-test, CHIS, CFS, ENTROPY, LMEB, RELIEF, RF, SAM, SVMRFE or WRST.

Value

The result of marker identification.

Examples

finalData <- MarkerData$finalData
finalLabel <- MarkerData$finalLabel
Marker_Identify(finalData, finalLabel, method = "FC")

mmeaseR/mmeaseR documentation built on March 29, 2022, 10:13 p.m.