-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from ncihtan/phase2_chgs
Phase2 chgs
- Loading branch information
Showing
17 changed files
with
120 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
order: 998 | ||
order: 997 | ||
--- | ||
|
||
# Data De-identification | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
order: 997 | ||
order: 998 | ||
--- | ||
|
||
# Data Liaisons | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
order: 999 | ||
order: 1000 | ||
--- | ||
|
||
# Information for New HTAN Centers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
order: 1001 | ||
order: 999 | ||
--- | ||
|
||
# HTAN Checklist for Acceptance of Data | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
--- | ||
order: 997 | ||
--- | ||
|
||
# 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. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
order: 992 | ||
--- | ||
|
||
# HTAN Dashboard | ||
|
||
The HTAN Data Coordinating Center (DCC) hosts the [HTAN Dashboard](https://hdash.website-us-east-1.linodeobjects.com/) to help centers track submitted data, data completeness and data submission errors. | ||
|
||
The main page of the dashboard provides an overview of submitted assay and metadata as well as total number of submission errors. The Atlas links on the main page provide additional details for each Atlas. The Synapse project links will take you directly to the Atlas' project in Synapse is you have Synapse access to the project. | ||
|
||
![HTAN Dashboard Main Page](../img/hdash_main_page.svg) | ||
|
||
On the Atlas-specific pages, there are several tables and visuals to help you assess the type of data available and any metadata validation errors. Examples include an expandable metadata validaton errors table, metadata submission matrices and a summary of available longitudinal data. Please see the figures below for examples. | ||
|
||
![Metadata Validation Errors Table](../img/hdash_metadata_validation.png) | ||
|
||
![Clinical Data Matrix, Tier 1 and 2 Clinical Data](../img/hdash_clindata_1_2_matrix.png) | ||
|
||
![Longitudinal Data](../img/hdash_longitudinal_data.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters