gabrielaltay commited on
Commit
6fcce6e
·
verified ·
1 Parent(s): 12d1fbe

drop unsupported TCGA library-prep claim; cite GDC pipeline harmonization quote instead

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -30,7 +30,7 @@ National Cancer Institute (NCI) Genomic Data Commons (GDC). One HuggingFace
30
  (HF) subset per TCGA project; one row per patient.
31
 
32
  - **Projects included:** `TCGA-CHOL`, `TCGA-DLBC`, `TCGA-LUAD`
33
- - **Generated:** 2026-05-04 23:16:21 UTC
34
  - **Source:** GDC `/cases` endpoint, open-access tier only.
35
  - **Schema:** derived from the [GDC Data Dictionary][gdc-dict]; the live
36
  dictionary the GDC was serving when the data was fetched is hashed into
@@ -77,8 +77,10 @@ tree:
77
  record has the STAR per-feature quality-control counts `N_unmapped`,
78
  `N_multimapping`, `N_noFeature`, `N_ambiguous` lifted from the source
79
  Tab-Separated Values (TSV) file onto the row as scalar fields. The
80
- `stranded_first` / `stranded_second` columns are dropped — TCGA used
81
- unstranded library prep, so they're zero or unused.
 
 
82
 
83
  ## Loading
84
 
 
30
  (HF) subset per TCGA project; one row per patient.
31
 
32
  - **Projects included:** `TCGA-CHOL`, `TCGA-DLBC`, `TCGA-LUAD`
33
+ - **Generated:** 2026-05-04 23:29:28 UTC
34
  - **Source:** GDC `/cases` endpoint, open-access tier only.
35
  - **Schema:** derived from the [GDC Data Dictionary][gdc-dict]; the live
36
  dictionary the GDC was serving when the data was fetched is hashed into
 
77
  record has the STAR per-feature quality-control counts `N_unmapped`,
78
  `N_multimapping`, `N_noFeature`, `N_ambiguous` lifted from the source
79
  Tab-Separated Values (TSV) file onto the row as scalar fields. The
80
+ `stranded_first` / `stranded_second` columns are dropped — the GDC
81
+ pipeline harmonizes by [treating all RNA-Seq reads as
82
+ unstranded](https://docs.gdc.cancer.gov/Data/Bioinformatics_Pipelines/Expression_mRNA_Pipeline/),
83
+ so `unstranded` is the canonical column.
84
 
85
  ## Loading
86