Learn R Programming

MMDiff2 (version 1.0.2)

mm9-Genes: mm9-Genes

Description

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

Usage

data('mm9-Genes')

Arguments

Format

contains, GR a GRanges object with 800 ranges

Examples

Run this code
# 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)


Run the code above in your browser using DataLab