SEARCHING ANNOTATED SectionDataSets
Table of Contents |
---|
...
|
...
|
...
|
Annotated SectionDataSets
For a list of target structures, find the SectionDataSet that matches the parameters for intensity_values, density_values, pattern_values, and Age.
Prototype
No Format |
---|
http://api.brain-map.org/api/v2/annotated_section_data_sets.json?
structures=[StructureID list]
&intensity_values=[values],'Medium'
&density_values=[values]
&pattern_values=[values]
&age_names=[Age name list]
|
Example
No Format |
---|
http://api.brain-map.org/api/v2/annotated_section_data_sets.json?
structures=112763676
&intensity_values='High','Low','Medium'
&density_values='High','Low'
&pattern_values='Full'
&age_names='E11.5','13.5'
|
Parameters
structures | Integer list | Comma delimited list of desired Structure.id |
intensity_values | String list | Comma delimited list of desired intensities. |
density_values | String list | Comma delimited list of desired densities. |
pattern_values | String list | Comma delimited list of desired patterns. |
Returns
XML or JSON document containing SectionDataSet.
...
Find the SectionDataSet that matches several annotated_section_data_sets queries linked together with a Boolean 'and' or 'or'.
Prototype
No Format |
---|
http://api.brain-map.org/api/v2/compound_annotated_section_data_sets.json?
query=[annotated_section_data_sets query] [or|and] [annotated_section_data_sets query] ...
|
Example
No Format |
---|
http://api.brain-map.org/api/v2/compound_annotated_section_data_sets.json?query=[structures $in 112763676 : intensity_values $in 'High','Low'] or [structures $in 112763686 : intensity_values $in 'Low']
|
Parameters
query | String | Several annotated_section_data_sets queries linked together with 'and' or 'or'. |
Returns
XML or JSON document containing SectionDataSet.