Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Letitia Mueller committed Sep 30, 2020
1 parent 00d3280 commit d9d472c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pseudocode.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Final file: TSV file organized by individual, where each variant has its own row
Test to determine success:
Sort the TCGA ids in the final file in alphabetical order
Count the number of times a unique TCGA comes up in the sorted list
Compare the number of unique TCGA IDs to the number of IDs in the tissue cohort
Compare the number of unique TCGA IDs to the number of IDs in the tissue cohort, ideally counts should be the same



Expand All @@ -44,7 +44,7 @@ VCF File with set of unique variants:
Final File: VCF file indexed by variant, where each row is a unique variant with traditional vcf columns (Chrom, Pos, ID, Ref, Alt, Qual, Filter, Info, Format) Each variant is unique and only shows up in this file once regardless of whether it shows up in multiple individuals
Test to determine success:
In the tissue type subset, go through line by line and count the number of non-blank genotype fields
Compare this count with the number of lines in the final vcf file of unique variants
Compare this count with the number of lines in the final vcf file of unique variants, ideally counts should be the same



Expand Down

0 comments on commit d9d472c

Please sign in to comment.