Description Usage Arguments Value Author(s) See Also Examples
View source: R/constructRcadeTable.R
Most Rcade users will not need to call this function directly. This function constructs a full Rcade table from ChIP and DE data.
1 | constructRcadeTable(DE, DElookup, chip, annoZone, annoZoneGeneidName, DE.prior=NULL, ChIP.prior=NULL, prior.mode, prior=NULL)
|
DE |
|
DElookup |
|
chip |
|
annoZone |
|
annoZoneGeneidName |
|
DE.prior |
As per |
ChIP.prior |
As per |
prior.mode |
As per |
prior |
As per |
data.frame
Jonathan Cairns
1 2 3 4 5 6 7 8 9 10 11 12 | data(RcadeSTAT1)
dir <- file.path(system.file("extdata", package="Rcade"), "STAT1")
DE <- getDE(RcadeSTAT1)
DElookup <- list(GeneID="ENSG", logFC="logFC", B="B",
"Genes.Location", "Symbol")
chip <- getChIP(RcadeSTAT1)
annoZone <- getChIP(RcadeSTAT1, what="annoZones")
x <- constructRcadeTable(DE, DElookup, chip, annoZone, annoZoneGeneidName="ENSG", prior.mode="assumeIndependent")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.