createFeatureAndResponseDataList: createFeatureAndResponseDataList

Description Usage Arguments Value Author(s)

Description

Prepares data for input to predictive modeling by matching column names of feature and response data and creating feature and response matrices with columns in the same order

Usage

1
2
  createFeatureAndResponseDataList(featureData,
    responseData)

Arguments

featureData

a matrix of feature data with samples on rows and features on columns

responseData

a matrix or AnnotatedDataFrame of pheno data with samples on rows and features on columns

Value

a list containing two items: the feature data and the response data with intersecting sample names

Author(s)

Adam Margolin


Sage-Bionetworks/predictiveModeling documentation built on May 9, 2019, 12:12 p.m.