Description Usage Arguments Value See Also Examples
Forms an RGChannelSet from signal data list. This is called by certain queries to h5 files.
1 |
ldat |
List of raw signal data query results. Must include 2 data.frame objects named "redsignal" and "greensignal." |
verbose |
Whether to post status messages. |
Returns a RGChannelSet object from raw signal dataset queries.
getrg(), RGChannelSet()
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"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.