Connected Services and Pipes
service::dev_human_correlation
Parameters
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
http://api.brain-map.org/api/v2/data/query.xml?criteria= service::dev_human_correlation[set$eqrna_seq_genes][probes$eq1102244][structures$eq'CBC'] 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". http://api.brain-map.org/api/v2/data/query.xml?criteria= service::dev_human_correlation[set$eqexon_microarray_genes][probes$eq81745][structures$eq'CBC'] http://api.brain-map.org/api/v2/data/query.xml?criteria= service::dev_human_correlation[set$eqexon_microarray_exons][probes$eq652249][structures$eq'CBC']
service::dev_human_differential
Parameters
set |
String |
Data set name: rna_seq_genes, rna_seq_exons, exon_microarray_genes or exon_microarray_exons |
donors1 |
Array (optional) |
Comma delimited list of Donor.id. Defaults to all donors. |
structures1 |
Array |
Comma delimited list of Structure.id. |
donors2 |
Array (optional) |
Comma delimited list of Donor.id. Defaults to all donors. |
structures2 |
Array |
Comma delimited list of Structure.id. |
sort_by |
String (optional) |
'p-value' or 'fold-change'. Defaults to 'p-value'. |
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
http://api.brain-map.org/api/v2/data/query.xml?criteria= service::dev_human_differential[set$eq'rna_seq_genes'][structures1$eqDFC][structures2$eqMFC] http://api.brain-map.org/api/v2/data/query.xml?criteria= service::dev_human_differential[set$eq'rna_seq_genes'][structures1$eqDFC][structures2$eqMFC] http://api.brain-map.org/api/v2/data/query.xml?criteria= service::dev_human_differential[set$eq'exon_microarray_exons'][structures1$eqDFC][structures2$eqMFC] http://api.brain-map.org/api/v2/data/query.xml?criteria= service::dev_human_differential[set$eq'exon_microarray_genes'][structures1$eqDFC][structures2$eqMFC]
service::dev_human_expression
Parameters
set |
String |
Data set name: rna_seq_genes, rna_seq_exons, exon_microarray_genes or exon_microarray_exons |
probes |
Integer |
Probe.id to correlate against |
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
http://api.brain-map.org/api/v2/data/query.xml?criteria= service::dev_human_expression[set$eq'rna_seq_genes'][probes$eq1102244] http://api.brain-map.org/api/v2/data/query.xml?criteria= service::dev_human_expression[set$eq'rna_seq_exons'][probes$eq1014952] http://api.brain-map.org/api/v2/data/query.xml?criteria= service::dev_human_expression[set$eq'exon_microarray_genes'][probes$eq15] http://api.brain-map.org/api/v2/data/query.xml?criteria= service::dev_human_expression[set$eq'exon_microarray_exons'][probes$eq652249]