-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix participant_id column to use sub-<label> (#266)
- Loading branch information
1 parent
7172b39
commit b398ce7
Showing
2 changed files
with
21 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
participant_id age sex group genetic_id IDH BatchID VariationSetType Assembly GeneticDataType | ||
S000001 48 M patient 125425 yes b001 CNV hg38 SNP_intensity | ||
S000002 60 M control 125698 no b001 CNV hg38 SNP_intensity | ||
S000003 72 M patient 452589 yes b002 SNV/CNV hg19/hg38 WES/SNP_intensity | ||
S000004 84 F patient 325478 no b002 CNV hg38 SNP_intensity | ||
S000005 89+ M control 623589 yes b002 SNV/CNV hg19/hg38 WES/SNP_intensity | ||
S000006 89+ F patient 458712 no b003 SNV hg19 WES | ||
S000007 89+ M patient 985632 yes b004 SNV hg19 WES | ||
S000008 60 F control 325687 yes b004 CNV hg38 SNP_intensity | ||
S000009 48 F patient 753159 no b005 SNV/CNV hg19/hg38 WES/SNP_intensity | ||
S000010 84 F control 654852 yes b005 SNV hg19 WES | ||
S000011 60 M control 648279 yes b005 SNV/CNV hg19/hg38 WES/SNP_intensity | ||
S000012 36 F control 468231 yes b005 SNV/CNV hg19/hg38 WES/SNP_intensity | ||
S000013 89+ M patient 225587 no b001 SNV/CNV hg19/hg38 WES/SNP_intensity | ||
S000014 84 M control 664458 yes b002 CNV hg38 SNP_intensity | ||
sub-01 48 M patient 125425 yes b001 CNV hg38 SNP_intensity | ||
sub-02 60 M control 125698 no b001 CNV hg38 SNP_intensity | ||
sub-03 72 M patient 452589 yes b002 SNV/CNV hg19/hg38 WES/SNP_intensity | ||
sub-04 84 F patient 325478 no b002 CNV hg38 SNP_intensity | ||
sub-05 89+ M control 623589 yes b002 SNV/CNV hg19/hg38 WES/SNP_intensity | ||
sub-06 89+ F patient 458712 no b003 SNV hg19 WES | ||
sub-07 89+ M patient 985632 yes b004 SNV hg19 WES | ||
sub-08 60 F control 325687 yes b004 CNV hg38 SNP_intensity | ||
sub-09 48 F patient 753159 no b005 SNV/CNV hg19/hg38 WES/SNP_intensity | ||
sub-10 84 F control 654852 yes b005 SNV hg19 WES | ||
sub-11 60 M control 648279 yes b005 SNV/CNV hg19/hg38 WES/SNP_intensity | ||
sub-12 36 F control 468231 yes b005 SNV/CNV hg19/hg38 WES/SNP_intensity | ||
sub-13 89+ M patient 225587 no b001 SNV/CNV hg19/hg38 WES/SNP_intensity | ||
sub-14 84 M control 664458 yes b002 CNV hg38 SNP_intensity |
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,8 +1,8 @@ | ||
participant_id age gender | ||
cm4 37.0 f | ||
jh17 37.0 f | ||
cm8 22.0 f | ||
jh19 51.0 f | ||
ir05 38.0 m | ||
ir07 23.0 m | ||
ir08 51.0 m | ||
sub-cm4 37.0 f | ||
sub-jh17 37.0 f | ||
sub-cm8 22.0 f | ||
sub-jh19 51.0 f | ||
sub-ir05 38.0 m | ||
sub-ir07 23.0 m | ||
sub-ir08 51.0 m |