finalreport2gds: Read finalreport files and convert to genomic data structure...

View source: R/inout.R

finalreport2gdsR Documentation

Read finalreport files and convert to genomic data structure files

Description

Function to easily load Illumina methylation data into a genomic data structure (GDS) file.

Usage

finalreport2gds(finalreport, gds, ...)

Arguments

finalreport

A filename of the text file exported from GenomeStudio

gds

The filename for the gds file to be created

...

Additional arguments passed to methylumiR

Details

Creates a .gds file.

Value

A gds.class object

Author(s)

Tyler Gorrie-Stone Who to contact: <t.gorrie-stone@qmul.ac.uk>

Examples

finalreport <- "finalreport.txt"
## Not run: finalreport2gds(finalreport, gds="finalreport.gds")

TJGorrie/bigmelon documentation built on Oct. 13, 2023, 9:51 p.m.