Learn R Programming

mRMRe (version 2.1.0)

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.

Examples

Run this code
# NOT RUN {
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