GDCquery_ATAC_seq {TCGAbiolinks} | R Documentation |
Retrieve open access ATAC-seq files from GDC server https://gdc.cancer.gov/about-data/publications/ATACseq-AWG Manifest available at: https://gdc.cancer.gov/files/public/file/ATACseq-AWG_Open_GDC-Manifest.txt
GDCquery_ATAC_seq(tumor = NULL, file.type = NULL)
tumor |
a valid tumor |
file.type |
Write maf file into a csv document |
A data frame with the maf file information
## Not run: query <- GDCquery_ATAC_seq(file.type = "txt") GDCdownload(query) query <- GDCquery_ATAC_seq(file.type = "bigWigs") GDCdownload(query) ## End(Not run)