Entering edit mode
Hi, how can I download maf files from the GDC Data Portal? I downloaded files in gz format but can't open them in r.
maf_mutect2 <- GDCquery_Maf("COAD", pipelines = "mutect2") %>% subset(Sequencer == "Illumina HiSeq 2000") %>% read.maf
getGeneSummary(maf_mutect2)
genesummaries <- getGeneSummary(maf_mutect2)
getGeneSummary(maf_mutect2)
plotmafSummary(maf = maf_mutect2, rmOutlier = TRUE, addStat = 'median', dashboard = TRUE, titvRaw = FALSE)
'GDCquery(paste0("TCGA-", tumor), data.category = "Simple Nucleotide Variation", ': Please set a valid workflow.type argument from the list below: => Aliquot Ensemble Somatic Variant Merging and Masking
'data.table::fread(file = maf, sep = "\t", stringsAsFactors = FALSE, ':
Cross-posted: https://www.biostars.org/p/9518566/