sampleData: Sample Data Example

Description Usage Format Examples

Description

sample_data; Sample data included in the package. Gene expression data for 500 genes and 20 compounds and data on bio-activity and fingerprint feature.

Usage

1
data(sampleData)

Format

The format is: List containing one gene expression data matrix, one vector each on bio-activity and fingerprint feature data, respectively.

Examples

1
2
3
4
data(sampleData)
gene_mx <- sample_data[[1]]
activity <- sample_data[[2]]
fp <- sample_data[[3]]

IntegratedJM documentation built on May 2, 2019, 2:44 p.m.