Skip to content

Commit

Permalink
Merge pull request #11 from ncihtan/identifiers_update
Browse files Browse the repository at this point in the history
Add HTAN Identifiers SOP info
  • Loading branch information
jen-dfci authored May 10, 2024
2 parents ed65007 + e019236 commit 3048235
Showing 1 changed file with 69 additions and 2 deletions.
71 changes: 69 additions & 2 deletions data_model/identifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ order: 999

# Identifiers

All research participants, biospecimens and derived data within HTAN are associated with a unique HTAN identifier.
All research participants, biospecimens and derived data within HTAN are associated with unique HTAN identifiers.

![HTAN ID Provenance](../img/Slide_Version_ID_Provenance_Figure_Explained.png)

Expand Down Expand Up @@ -55,8 +55,75 @@ HTA4_EXT2_2
HTA4_EXT3_3
```

More detailed information about HTAN Identifiers may be found in the [HTAN Identifiers SOP](https://docs.google.com/document/d/1podtPP8L1UNvVxx9_c_szlDcU1f8n7bige6XA_GoRVM/edit#heading=h.768a6pngjha3).
If you will be creating HTAN identifiers for a HTAN Center or Trans Network Project (TNP), please also see the step-by-step directions [below](#creating-htan-identifiers)

## ID to ID linkages

Note that the explicit linking of participants to biospecimens to assays is not encoded in the HTAN Identifier. Rather, the linking is encoded in explicit metadata elements (see [Relationship Model](relationships.md)).

## Creating HTAN Identifiers

The following are step by step instructions for HTAN Centers and Trans Network Projects (TNPs) to create and manage HTAN identifiers. HTAN identifiers should be created for all entities (participants, biospecimens and data-files) within individual research projects.

### Step 1: Determine you HTAN Center ID

Please see [HTAN Centers](../overview/centers.md) to determine your HTAN Center ID. If the data are part of a Trans Network Project (TNP), use the HTAN Center ID assigned to the TNP.

### Step 2: Assign HTAN Identifiers for all Research Participants.

Create a unique HTAN Identifier for each research participant in the following format:

`<participant_id>`::= `<htan_center_id>_integer`

e.g. HTA3_1

Each HTAN Center/TNP controls their own namespaces, and therefore owns all identifiers that begins with their prefix. The integer value following `<htan_center_id>` is determined by the HTAN Center/TNP.

!!! Participant IDs do not need to be consecutive

HTAN Centers/TNPs may choose to use integer blocks to assign groups. For example, CHOP may have four clinical sites, and may wish to reserve HTA4_1 to HTA4_1000 for all patients from site 1, and HTA4_1001 to HTA4_2000 for all patients from site 2. These blocks are entirely up to the research project and not managed by the DCC. The assigned integers in a set of identifiers need not be consecutive.
!!!

!!!
[Leading zeros](https://en.wikipedia.org/wiki/Leading_zero) (e.g. HTA3_01) should **not** be used in the ID.
!!!

#### Step 2b [optional]: If needed, assign HTAN identifiers for external controls

Each external control participant, if present, in your atlas must also have a unique HTAN Identifier. These identifiers are meant only for participants without precancerous or cancerous lesions, and therefore explicitly indicate lack of HTAN-relevant clinical data within the identifier itself. These participant identifiers look like:

`<participant_id>` ::= `<htan_center_id>_EXTinteger`

For example, if you are part of the Duke research center, and you have three external control research participants, you will need to create three HTAN Identifiers. For example:

HTA6_EXT1\
HTA6_EXT2\
HTA6_EXT3

As with regular research participants, the HTAN Center/TNP controls their own namespace, and therefore owns all identifiers that begin with the prefix e.g. HTA6_EXT. The integer value following HTA6_EXT is determined entirely by the HTAN Center/TNP.

### Step 3: Assign HTAN Identifiers for all HTAN Biospecimen and Data Files

Derivative entities include anything derived from a research participant, including biospecimens such as samples, tissue blocks, slides, aliquots, analytes, and data files that result from assaying those biospecimens. Each derivative entity in your atlas must also have a unique HTAN Identifier. These identifiers look like:

`<derivative_entity_id>` ::= `<participant_id>_integer`

Analogous to research participant IDs, the unique integer value following `<participant_id>` is determined entirely by the source HTAN Center/TNP. The ID must not have [leading zeros](https://en.wikipedia.org/wiki/Leading_zero).

!!! Special Case Identifers
If a single data file is derived from multiple participants, the file identifier can contain a wildcard string, e.g. ‘0000’, after the HTAN center identifier. For example:

HTA4_0000_1\
HTA4_0000_2\
HTA4_0000_3

If a data file is derived from an external control participant, the biospecimen and file identifiers will contain the string ‘EXT’ before the external control participant integer (see Step 2b, above). For example:

HTA6_EXT1_1\
HTA4_EXT2_2\
HTA4_EXT3_3
!!!

### Step 4: Keep Track of all Metadata Associated with Entities

Complex relationships among entities can emerge in any research study. For example, one or more samples may be collected from a research participant at multiple times, and each of those samples processed through a variety of analytic workflows. It is recommended that each HTAN Center/TNP maintain their own mechanism for storing annotation of entities and relationships among those --- for example, many atlases already have in place LIMs systems or spreadsheet-based systems.

0 comments on commit 3048235

Please sign in to comment.