sampleData {IntegratedJM} | R Documentation |
Sample Data Example
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
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
data(sampleData)
gene_mx <- sample_data[[1]]
activity <- sample_data[[2]]
fp <- sample_data[[3]]
[Package IntegratedJM version 1.6 Index]