Description Usage Arguments Details Value Author(s) Examples
Locates gene in genome via refGenome
and reads a
bamRange
from the determined region.
1 |
x |
gapSites. The result contains a copy of the passed object. |
The function adds a gene_aligns
column
to the contained data.frame
.
gapSites
Wolfgang Kaisers
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # A) Read gapSites
bam <- system.file("extdata", "rna_fem.bam", package="spliceSites")
reader <- bamReader(bam, idx=TRUE)
ga <- alignGapList(reader)
bamClose(reader)
# B) Annotate
ucf <- system.file("extdata", "uc_small_junc.RData", package="spliceSites")
ucj <- loadGenome(ucf)
annotation(ga) <- annotate(ga, ucj)
# C) align part
gal <- addGeneAligns(ga)
gal
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.