Description Usage Arguments Value Author(s) Examples
Draws a heatmap of genes that are differentially expressed beyond a given t stat signficance against conditions they are diff expressed for for a given Atlas experiment.
1  |     drawHeatMapForAtlasExperiment(experimentid, tstatsignificance = 5, numoffactorsdiffexpressedacross = 1, endpoint = "http://www.ebi.ac.uk/rdf/services/atlas/sparql")
 | 
experimentid | 
 Atlas experiment ID which is to be visualized  | 
tstatsignificance | 
 The significance beyond which a gene should be included for visualisation. A significance value of '5' will only include genes with a t-stat of >= 5 or <= -5.  | 
numoffactorsdiffexpressedacross | 
 Draw only genes which are differentially expressed across this number of specified factors (default is 1)  | 
endpoint | 
 SPARQL endpoint to query data from. Default value is the live Atlas SPARQL endpoint but this can be overidden.  | 
matrix of gene names with t-statistics for level of differential expression for each factor (one factor per column)
Simon Jupp, James Malone
1 2 3  |     
    #data <- drawHeatMapForAtlasExperiment("E-MTAB-1670", 12)
    
 | 
Loading required package: hash
hash-3.0.1 provided by Decision Patterns
Loading required package: SPARQL
Loading required package: XML
Loading required package: RCurl
Loading required package: bitops
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.