Description Usage Arguments Value Author(s) Examples
Locates gene in genome via refGenome
and reads a bamRange
from the determined region.
1 |
x |
cRanges. Range-data will be copied from this object. |
dnaset |
DNAStringSet. Contains the reference sequence from which the DNA-sequence is extracted. |
useStrand |
logical. When TRUE, sequences for which strand='-' are reverse-complemented. |
removeUnknownStrand |
logical. When TRUE, sequences for which strand='-' are removed. |
verbose |
logical. Determines amount of console output during routine runtime. |
... |
Optional additional arguments (currently unused). |
cdRanges
Wolfgang Kaisers
1 2 3 4 5 6 7 8 9 | bam<-system.file("extdata","rna_fem.bam",package="spliceSites")
reader<-bamReader(bam,idx=TRUE)
ga<-alignGapList(reader)
bamClose(reader)
lj<-lJunc(ga,featlen=6,gaplen=6,strand='+')
dnafile<-system.file("extdata","dna_small.RData",package="spliceSites")
load(dnafile)
ljd<-dnaRanges(lj,dna_small)
seqlogo(ljd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.