Learn R Programming

conumee (version 1.4.2)

read.450k.url: read.450k.url

Description

Read IDAT files from the web.

Usage

read.450k.url(url = NULL, idat = NULL)

Arguments

url
URL of the directory in which the IDAT files are located.
idat
Vector of IDAT names. url and idat default to the TCGA example described in the vignette.

Value

RGChannelSet object.

Details

This method downloads the provided list of IDAT files to a temporary folder (using the RCurl package). It then uses the `read.450k.exp` method of the `minfi` package.

Examples

Run this code
RGsetTCGA <- read.450k.url()

Run the code above in your browser using DataLab