rgse: Form an RGChannelSet from a list containing signal data...

Description Usage Arguments Value See Also Examples

View source: R/accessors.R

Description

Forms an RGChannelSet from signal data list. This is called by certain queries to h5 files.

Usage

1
rgse(ldat, verbose = FALSE)

Arguments

ldat

List of raw signal data query results. Must include 2 data.frame objects named "redsignal" and "greensignal."

verbose

Whether to post status messages.

Value

Returns a RGChannelSet object from raw signal dataset queries.

See Also

getrg(), RGChannelSet()

Examples

1
2
3
4
5
6
7
8
9
path <- system.file("extdata", "h5test", package = "recountmethylation")
fn <- list.files(path)
dbpath <- file.path(path, fn)
rg <- getrg(dbn = dbpath, all.gsm = TRUE, metadata = FALSE)
dim(rg) # [1] 11162     2
class(rg)
# [1] "RGChannelSet"
# attr(,"package")
# [1] "minfi"

recountmethylation documentation built on Nov. 8, 2020, 4:59 p.m.