Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

Example: User wants to search for female participants with lung cancer who have lung tumor specimens with RNA > 5 ug AND DNA > 5 ug with at least 50% neoplastic cellularity 


The example query file can be imported by downloading this file- Query File

Here are the steps how to create a query for this task:

  1. Select Queries from Dashboard and Click on '+Create'

  2. Click on Participant form and select 'Gender'. Add filter with Operator 'Equals' and select 'Female' under the Condition Value.

  3. To add condition for anatomic site, click on Specimen and select 'Anatomic Site'. Add filter with Operator 'Equals' and select 'Lung' as a value.

  4. To define type of specimens, click on Specimen and select 'Type'. Add 'Frozen Tissue' under the value.

  5. To define tissue type which is cancer in this case, click on Specimen and select 'Pathological Status'. Add filter with Operator 'Equals' and select 'Malignant`under the condition value.

  6. Now it is time to define sample type which is RNA for the first part of this example. Under the Specimen click on `Type` and select `RNA` as a value.

  7. To specify the quantity of required samples, click on Specimen and select `concentration`, select `Greater than`for the `Operator` field.

  8. To add DNA, select `Type` under the Specimen. Click on `Equals` for the operator and select DNA as value.

  9. Follow the same steps as 6 to specify DNA concentration. Since two different types of samples are derived from same parent sample, user needs to use 'Intersection' operator between the child's conditions. Conditions for each child sample has to be in a separate parenthesis.

  10. Since RNA and DNA samples (child samples) are derived from the original tumor tissue (parent sample), user needs to use the 'Hierarchical' operator between the parent and the children. Keep all the filters of the children in one set of parenthesis.


  • No labels