Description Usage Arguments Details Value Author(s) Examples
The function produces a sequence logo plot based on the contained sequences.
1 |
x |
|
strand |
Character. Determines the subset for which the seqlogo is plotted. This option is only used when useStrand is given as 'TRUE'. |
useStrand |
Logical. Determines whether the given strand information is used. For |
... |
(Currently unused) |
The function fails with an error message when the dataset does not contain any records with the given strand (except useStrand=FALSE).
None
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.