GDCquery_ATAC_seq: Retrieve open access ATAC-seq files from GDC server

Description Usage Arguments Value Examples

View source: R/query.R

Description

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

Usage

1
GDCquery_ATAC_seq(tumor = NULL, file.type = NULL)

Arguments

tumor

a valid tumor

file.type

Write maf file into a csv document

Value

A data frame with the maf file information

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 query <- GDCquery_ATAC_seq(file.type = "txt")
## Not run: 
   GDCdownload(query)

## End(Not run)
query <- GDCquery_ATAC_seq(tumor = "BRCA",file.type = "bigWigs")
## Not run: 
   GDCdownload(query,method = "client")

## End(Not run)

TCGAbiolinks documentation built on Nov. 8, 2020, 5:37 p.m.