rgse | R Documentation |
Forms an RGChannelSet from signal data list. This is called by certain queries to h5 files.
rgse(ldat, verbose = FALSE)
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()
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.