Academy Documentation
  • Usage of Academy Documentation
  • Getting Started
    • Background Information
    • For Apollo Users
    • For Titan Users
    • For Scientists
    • For HPC Users
    • For Experienced Users
  • Cloud Computing
    • General Information
    • Cloud Computing for Scientists
    • Cloud Computing for HPC Users
  • Overview of the Platform
    • Overview of the Platform User Interface
    • Tool Library and App Introduction
  • Billing Access and Orgs
    • Orgs and Account Management
    • Billing and Pricing
  • Cohort Browser
    • Apollo Introduction
    • Overview of the Cohort Browser
    • Combining Cohorts
    • Genomic Variant Browser
    • Somatic Variants
  • JSON
    • Introduction
    • JSON on the Platform
  • Command Line Interface (CLI)
    • Introduction to CLI
    • Advanced CLI
  • Building Applets
    • Introduction
    • Bash
      • Example 1: Word Count (wc)
      • Example 2: fastq_quality_trimmer
      • Example 3: samtools
      • Example 4: cnvkit
      • Example 5: samtools with a Docker Image
    • Python
      • Example 1: Word Count (wc)
      • Example 2: fastq_quality_trimmer
      • Example 3: cnvkit
    • Publishing Applets to Apps
  • Building Workflows
    • Native Workflows
    • WDL
      • Example 1: hello
      • Example 2: Word Count (wc)
      • Example 3: fastq_trimmer
      • Example 4: cnvkit
      • Example 5: workflow
    • Nextflow
      • Resources To Learn Nextflow
      • Overview of Nextflow
      • Nextflow Setup
      • Importing Nf-Core
      • Building Nextflow Applets
      • Error Strategies for Nextflow
      • Job Failures
      • Useful Information
  • Interactive Cloud Computing
    • Cloud Workstation
    • TTYD
    • TTYD vs Cloud Workstation
    • JupyterLab
      • Introduction
      • Running a JupyterLab Notebook
  • Docker
    • Using Docker
    • Creating Docker Snapshots
    • Running Docker with Swiss Army Knife
  • Portals
    • Overview of JSON files for Portals
    • Branding JSON File
    • Home JSON File
    • Navigation JSON File
    • Updating Your Portal
  • AI/ ML Accelerator
    • Data Profiler
      • Introduction to Data Profiler
      • Utilizing Data Profiler Navigator
      • Dataset Level Screen
      • Table Level Screen
      • Column Level Screen
      • Explorer Mode
      • Accessing Data Profiler in ML JupyterLab
    • ML JupyterLab
      • Introduction to ML JupyterLab
      • Launching a ML JupyterLab Job
      • In App Features
      • Getting Started with ML JupyterLab
    • MLflow
      • Introduction to MLflow
      • Getting Started with MLflow
      • Using MLflow Tracking Server
      • Model Registry
      • Using Existing Model
      • Utilizing MLflow in JupyterLab
Powered by GitBook
On this page
  • Cohort Combine Logic
  • Intersection
  • Union
  • Subtraction
  • Unique
  • Complement
  • Supplemental Information
  • Resources

Was this helpful?

Export as PDF
  1. Cohort Browser

Combining Cohorts

PreviousOverview of the Cohort BrowserNextGenomic Variant Browser

Last updated 4 months ago

Was this helpful?

Please note: in order to use Cohort Browser on the Platform, an Apollo License is needed.

Cohort Combine Logic

Cohort combine logic allows you to combine existing cohorts with Boolean Logic operations

Overview

Here is a summary of the functions for Cohort Combine

Rules and Boundaries

  • All cohorts must be from the same dataset.

  • All cohorts must be saved before being combined.

  • A cohort that is a result of combine cannot be combined a second time.

  • Cohorts from different projects can be combined if they use the same underlying database.

  • Cohort combine are very complex queries

    • Beware of performance delays and timeouts as query gets more complex.

  • Use extra caution when:

    • Combining cohorts with genomic filters

    • Combining cohorts with complicated filters

    • Combining cohorts based on very large datasets

How To:

  1. Add your first cohort into the cohort browser

  2. Add your second cohort by selecting the + next to your first cohort on the browser

  3. Pick your cohort and add it to the browser. It will look like this.

  4. Then, to the right of the second cohort, select "combine cohort"

  5. You will then have the following screen to combine. Pick your cohort combine logic, then select combine

Intersection

Overview:

Example:

Union

Overview:

Example:

Subtraction

Important note: the order of the cohorts matters in this.

Overview:

Example 1:

Example 2:

Unique

Overview:

Example:

Complement

Important notes:

  • Cohort must be saved before creating its complement (same rule as previous)

  • A combined cohort (Intersection, Union, Subtraction, Unique) can be used to create a complement.

  • A cohort created as a complement cannot be further used for combine / complement.

Overview:

Example:

Supplemental Information

Overview of Cohort Combine

Resources

To create a support ticket if there are technical issues:

  1. Go to the Help header (same section where Projects and Tools are) inside the platform

  2. Select "Contact Support"

  3. Fill in the Subject and Message to submit a support ticket.

Full Documentation
Documentation