mRMRe (version 2.1.2.1)

featureData: Accessor function for the 'featureData' information in a mRMRe.Data object

Description

the featureData consists of the numerical value of each feature for each sample considered

Usage

# S4 method for mRMRe.Data
featureData(object)

Arguments

object

a mRMRe.Data object.

Author

Nicolas De Jay, Simon Papillon-Cavanagh, Benjamin Haibe-Kains

Examples

Run this code
set.thread.count(2)
data(cgps)
feature_data <- mRMR.data(data =  data.frame(cgps.ge))
featureData(feature_data)

Run the code above in your browser using DataLab