d3b-center / OpenPedCan-analysis

The analysis repository for the Open Pediatric Cancer Project
https://d3b-center.github.io/OpenPedCan-analysis/
Other
18 stars 14 forks source link

v13 release #469

Closed jharenza closed 10 months ago

jharenza commented 11 months ago

Which new datasets are being added with this release?

CPTAC and HOPE AYA proteomics CMI (Count Me In) RNA-Seq Remaining X01 samples HOPE AYA tumor only DNA

What is the sample breakdown (number of WGS, WXS, RNA-Seq, Panel, Methylation, other)?

> as.data.frame(table(v13_base$experimental_strategy))
                   Var1  Freq
1           Methylation  2656
2    Phospho-Proteomics   308
3               RNA-Seq 31908
4             snRNA-Seq     2
5   Targeted Sequencing  2526
6                   WGS  5376
7 Whole Cell Proteomics   308
8                   WXS  2615

by cohort:

> table(v13_base$sub_cohort, v13_base$experimental_strategy)               
                Methylation Phospho-Proteomics RNA-Seq snRNA-Seq Targeted Sequencing   WGS Whole Cell Proteomics   WXS
  CBTN                 1799                  0    1034         2                   0  1650                     0     0
  Chordoma                0                  0     128         0                   0     2                     0     7
  CPTAC                   0                218       0         0                   0     0                   218     0
  DGD                     0                  0       0         0                1526     0                     0     0
  HOPE                   78                 90      85         0                   0   153                    90     0
  Kentucky                0                  0       0         0                   0     3                     0     0
  Maris                   0                  0      40         0                   0     0                     0     0
  Mioncoseq               0                  0     133         0                   0     0                     0   277
  NBL-X01-FY16            0                  0     196         0                   0   671                     0     0
  Oligo                   0                  0      60         0                   0   119                     0     0
  PBTA-X01-FY22           0                  0     796         0                   0  2651                     0     0
  PNOC                    0                  0      91         0                   2   127                     0   177
  PPTC                    0                  0     243         0                   0     0                     0     0
  TARGET                779                  0    1309         0                 998     0                     0  2154
  TCGA                    0                  0   10411         0                   0     0                     0     0

What module(s) generated any new files to include in the release? Has that module been added to the analysis/README.md, and to CI?

No new modules, but there will be a new QC metrics file contained in the release:

rna-dna-qc-stats-full.tsv

Are you aware of any modules impacted by the file(s) change(s)? Describe if the file name is changed.

HGG subtyping was modified since last release, create subset files will be updated

What data file(s) are added/updated/removed in this release?

[Pre-release files]

[Commit files]

[Bed files and sample mapping]

[File descriptions and notes]

Any additional notes to add for discussion?

jharenza commented 11 months ago

New DGD fusion file: https://github.com/d3b-center/bixu-tracker/issues/2212

jharenza commented 10 months ago

completed in #474 🎉