Description Usage Format Examples
Subset of Genes from the mm9 annotation that overlap with example Peaks in the Cfp1-Peaks file.
1 | data('mm9-Genes')
|
contains, GR a GRanges object with 800 ranges
1 2 3 4 5 6 7 8 9 10 11 | # data was created as follows:
## Not run:
data('Cfp1-Peaks')
library(TxDb.Mmusculus.UCSC.mm9.knownGene)
txdb <- TxDb.Mmusculus.UCSC.mm9.knownGene #shorthand (for convenience) txdb
GR <- transcripts(txdb)
ov <- findOverlaps(GR,Peaks)
GR <- GR[queryHits(ov)]
save(file = 'data/mm9-Genes.rData',GR)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.