Learn R Programming

gCMAP (version 1.16.0)

gCMAPData: Example NChannelSet

Description

The gCMAPData object is an NChannelSet object with 3 samples x 1000 features x 3 channels (p-value, z-score and log_fc).

Usage

data(gCMAPData)

Arguments

Examples

Run this code
data(gCMAPData)

gene.set.collection <- induceCMAPCollection(gCMAPData, "z", higher=2, lower=-2)

## comparison with a single user-provided profile of z-scores
profile <- assayDataElement(gCMAPData, "z")[,1]
gsealm_jg_score(profile, gene.set.collection)

Run the code above in your browser using DataLab