Description Usage Arguments Value See Also Examples
Load matrix of CMap perturbation's differential expression z-scores (optional)
| 1 | loadCMapZscores(data, inheritAttrs = FALSE, verbose = TRUE)
 | 
| data | 
 | 
| inheritAttrs | Boolean: convert to  | 
| verbose | Boolean: print messages? | 
Matrix containing CMap perturbation z-scores (genes as rows, perturbations as columns)
Other functions related with the ranking of CMap perturbations: 
as.table.referenceComparison(),
filterCMapMetadata(),
getCMapConditions(),
getCMapPerturbationTypes(),
loadCMapData(),
parseCMapID(),
plot.perturbationChanges(),
plot.referenceComparison(),
plotTargetingDrugsVSsimilarPerturbations(),
prepareCMapPerturbations(),
print.similarPerturbations(),
rankSimilarPerturbations()
| 1 2 3 4 5 6 7 8 | metadata <- loadCMapData("cmapMetadata.txt", "metadata")
metadata <- filterCMapMetadata(metadata, cellLine="HepG2")
## Not run: 
perts <- prepareCMapPerturbations(metadata, "cmapZscores.gctx",
                                  "cmapGeneInfo.txt")
zscores <- loadCMapZscores(perts[ , 1:10])
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.