...
set | String | Data set name: rna_seq_genes, rna_seq_exons, exon_microarray_genes or exon_microarray_exons |
donors | Array (optional) | Comma delimited list of Donor.id. Defaults to all donors. |
structures | Array | Comma delimited list of Structure.id or Structure.acronym. |
probes | Integer | Probe id to correlate against. |
sort_order | String (optional) | 'asc' for ascending order, or 'desc' for descending order. Defaults to descending. |
start_row | Integer (optional) | Starting row of data for paging purposes. Defaults to 0. |
num_rows | Integer (optional) | Number of rows of data for paging purposes. Defaults to 2000. |
Examples
...
Code Block |
---|
http://api.brain-map.org/api/v2/data/query.xml?criteria= service::dev_human_correlation[set$eqrna_seq_genes][probes$eq1102244][structures$eq'CBC'] |
Retrieve rna_seq_exons correlation values for structure with the acronym, "CBC".
Code Block |
---|
http://api.brain-map.org/api/v2/data/query.xml?criteria= service::dev_human_correlation[set$eqrna_seq_exons][probes$eq1102244][structures$eq'CBC'] Retrieve exon_microarray_genes correlation values for structure with the acronym, "CBC". |
...
Code Block |
---|
http://api.brain-map.org/api/v2/data/query.xml?criteria=
service::dev_human_correlation[set$eqexon_microarray_genes][probes$eq81745][structures$eq'CBC']
|
Retrieve exon_microarray_exons correlation values for structure with the acronym, "CBC".
Code Block |
---|
http://api.brain-map.org/api/v2/data/query.xml?criteria= service::dev_human_correlation[set$eqexon_microarray_exons][probes$eq652249][structures$eq'CBC'] |
...