Extract cytogenetic markers from clinical data
Source:R/01b_cytogenetic_data.R
extract_cytogenetic_data.RdParses clinical data from GDC to extract translocation and copy number alteration status. GDC clinical data includes FISH results for standard myeloma cytogenetic markers.
Examples
if (FALSE) { # \dontrun{
cyto_file <- extract_cytogenetic_data("data/raw/clinical")
cyto <- arrow::read_parquet(cyto_file)
} # }