Description Usage Arguments Details Value See Also Examples
The listA and listB slots hold the gene lists A and B as character vectors.
1 2 3 4 5 6 7 8 |
object |
A GeneOverlap object. |
value |
A character vector representing gene names. |
After setListX function is called, the tested Boolean label will be reset to false.
A character vector representing gene list A/B.
GeneOverlap-class
, newGeneOverlap
1 2 3 4 5 6 7 8 9 | data(GeneOverlap)
go.obj <- newGeneOverlap(hESC.ChIPSeq.list$H3K4me3,
hESC.ChIPSeq.list$H3K27me3,
genome.size=gs.RNASeq)
go.obj <- testGeneOverlap(go.obj)
head(getListB(go.obj))
getTested(go.obj) # true.
setListB(go.obj) <- hESC.ChIPSeq.list$H3K9me3
getTested(go.obj) # false.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.