SGSeq: https://bioconductor.org/packages/3.16/bioc/vignettes/SGSeq/inst/doc/SGSeq.html
plotCoverage()
shows coverage by exon, and arcs per splice
plotSpliceGraph()
plots schematic splice graph, flattened per gene.
TxFeatures class: importTranscripts()
from GFF/GTF file, or GRangesList
code converts TxDb
using convertToTxFeatures()
GRanges
GRanges
txName
, (CharacterList),
and one or more geneName
(CharacterList, maybe multiple are allowed?)exons have a type:
SGFeatures class:
TxFeatures
can be converted with convertToSGFeatures()
exons have a type:
featureID
unique identifier
txName
CharacterList of transcripts; geneName
CharacterList of genes
Input typically by BAM file, STAR or GSNAP that custom tag XS
for spliced reads
si
(sample information) is a data.frame
with these columns:
character
unique sample labelcharacter
BAM alignment filelogical
indicating whether reads were pairedinteger
length of each readinteger
fragment lengthinteger
total aligned fragmentsgetBamInfo()
can be used to create this data.frame
:
path <- system.file("extdata", package = "SGSeq")
si$file_bam <- file.path(path, "bams", si$file_bam)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.