Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2017-04-14 17:06:00
Size: 409
Editor: ricimorrill1
Comment:
Revision 4 as of 2017-04-14 18:39:29
Size: 734
Editor: ricimorrill1
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Specifications/DataManagement/QueryGettingStarted
Line 7: Line 8:
=== All data from select subjects ===
 * Male
 * Over the age of 25
 * Male AND Over the age of 25
=== Files for only male subjects ===
{{attachment:query_male.png}}
=== Files for only subjects over the age of 25 ===
{{attachment:query_male_over25.png}}
=== Files for male subjects that are also over the age of 25 ===
{{attachment:query_over25.png}}
Line 12: Line 15:
=== Only derivative data ===
 * Derivative data from all subjects
 * Derivative data from all subjects with activity level of "Active"
=== Only derivative data from all subjects ===
{{attachment:query_derivativedata_allsubj.png}}
=== Only ultrasound thickness derivative data from subjects with "active" activity level ===
{{attachment:query_USthick_active.png}}

Target Outcome

To provide query examples for the MULTIS data management site: https://multisbeta.stanford.edu

Example Queries

Files for only male subjects

query_male.png

Files for only subjects over the age of 25

query_male_over25.png

Files for male subjects that are also over the age of 25

query_over25.png

Only derivative data from all subjects

query_derivativedata_allsubj.png

Only ultrasound thickness derivative data from subjects with "active" activity level

query_USthick_active.png

Specifications/DataManagement/GettingStarted (last edited 2017-04-14 19:08:27 by ricimorrill1)