View source: R/Step3_Marker_Identification.R
Marker_Identify | R Documentation |
Title
Marker_Identify(finalData, finalLabel, method = "FC")
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. |
The result of marker identification.
finalData <- MarkerData$finalData finalLabel <- MarkerData$finalLabel Marker_Identify(finalData, finalLabel, method = "FC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.