Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Find Donor ID for all 0 mo donors (id = 12149,3786,9321,12143)
    No Format
    http://api.brain-map.org/api/v2/data/query.xml?criteria=model::Donor,
    rma::criteria,age[name$eq'0 mo'],organism[name$eq'Macaca mulatta'],
    products[name$eq'Non-Human Primate LMD Microarray'],
    rma::options[only$eq'donors.id']
    
  • Find Donor ID for all 3 mo donors (id = 9479,2554,11197,12185)
    No Format
    http://api.brain-map.org/api/v2/data/query.xml?criteria=model::Donor,
    rma::criteria,age[name$eq'3 mo'],organism[name$eq'Macaca mulatta'],
    products[name$eq'Non-Human Primate LMD Microarray'],
    rma::options[only$eq'donors.id']
    
  • Use Donor IDs as parameters to the connected service
    No Format
    http://api.brain-map.org/api/v2/data/query.xml?criteria=service::nhp_lmd_microarray_differential
    [donors1$eq9479,2554,11197,12185][donors2$eq12149,3786,9321,12143][sort_by$eq'fold-change']
    
  • Visualize the same search result in the Web application 

Figure: Screenshot of top returns of a differential search for genes with higher expression at 0 months than 3 months represented as a z-score heatmap ranging from green (below mean) to red (above mean).

...