Link Search Menu Expand Document

Cohort model

Table of contents

  1. Introduction
  2. Fields
  3. Permissions
  4. Cohort API access

Introduction

Cohorts facilitate the creation of subgroups of subjects within a project. They allow users to define specific sets of subjects for analysis or visualization purposes. All subjects in a cohort must belong to the same project, enabling organized and structured grouping of research subjects.

Fields

FieldDescription
NameName of the cohort (required; string; max length: 100 characters; must be unique within the project)
ProjectThe project the cohort belongs to (required)
SubjectsSubjects in the cohort. All subjects must belong to the same project (required)
DescriptionA text description of the cohort, providing additional context and information. Pictures can be uploaded and inserted.
TagsTags for the cohort. Great for organizational purposes, quick labeling, and filtering.

Permissions

Cohorts inherit permissions from their associated project. You can only add subjects to the cohort that are part of the same project.

Visit the permissions page to learn more.

Cohort API access

The API allows for programmable access to cohorts. Learn more about the cohorts’ fields and data structure on the Cohort API page.