Learn R Programming

IntegratedJM (version 1.6)

sampleData: 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)

Arguments

Format

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

Examples

Run this code
# NOT RUN {
data(sampleData)
gene_mx <- sample_data[[1]]
activity <- sample_data[[2]]
fp <- sample_data[[3]]

# }

Run the code above in your browser using DataLab