Load CMap data via a visual interface
launchCMapDataLoader(
metadata = "cmapMetadata.txt",
zscores = "cmapZscores.gctx",
geneInfo = "cmapGeneInfo.txt",
compoundInfo = "cmapCompoundInfo.txt",
cellLine = NULL,
timepoint = NULL,
dosage = NULL,
perturbationType = NULL
)
Data frame (CMap metadata) or character (respective filepath)
Data frame (GCTX z-scores) or character (respective filepath to load data from file)
Data frame (CMap gene info) or character (respective filepath to load data from file)
Data frame (CMap compound info) or character (respective filepath to load data from file)
Character: cell line (if NULL
, all values are loaded)
Character: timepoint (if NULL
, all values are loaded)
Character: dosage (if NULL
, all values are loaded)
Character: type of perturbation (if NULL
, all
perturbation types are loaded)
CMap data
Other visual interface functions:
cTRAP()
,
launchDiffExprLoader()
,
launchDrugSetEnrichmentAnalyser()
,
launchMetadataViewer()
,
launchResultPlotter()