mm9-Genes: mm9-Genes

Description Usage Format Examples

Description

Subset of Genes from the mm9 annotation that overlap with example Peaks in the Cfp1-Peaks file.

Usage

1
data('mm9-Genes')

Format

contains, GR a GRanges object with 800 ranges

Examples

 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)

MMDiff2 documentation built on Nov. 8, 2020, 11:03 p.m.