Package: SGSeq
Type: Package
Title: Splice event prediction and quantification from RNA-seq data
Version: 1.37.0
Authors@R: person("Leonard", "Goldstein", email = "ldgoldstein@gmail.com", role = c("cre", "aut"))
Description: SGSeq is a software package for analyzing splice events from 
	     RNA-seq data. Input data are RNA-seq reads mapped to a reference
	     genome in BAM format. Genes are represented as a splice graph, 
	     which can be obtained from existing annotation or predicted from
	     the mapped sequence reads. Splice events are identified from the
	     graph and are quantified locally using structurally compatible 
	     reads at the start or end of each splice variant. The software
	     includes functions for splice event prediction, quantification, 
	     visualization and interpretation.
License: Artistic-2.0
LazyData: yes
Depends:
    R (>= 4.0),
    IRanges (>= 2.13.15),
    GenomicRanges (>= 1.31.10),
    Rsamtools (>= 1.31.2),
    SummarizedExperiment,
    methods
Imports:
    AnnotationDbi,
    BiocGenerics (>= 0.31.5),
    Biostrings (>= 2.47.6),
    GenomicAlignments (>= 1.15.7),
    GenomicFeatures (>= 1.31.5),
    GenomeInfoDb,
    RUnit,
    S4Vectors (>= 0.23.19),
    grDevices,
    graphics,
    igraph,
    parallel,
    rtracklayer (>= 1.39.7),
    stats
Suggests:
    BiocStyle,
    BSgenome.Hsapiens.UCSC.hg19,
    TxDb.Hsapiens.UCSC.hg19.knownGene,
    knitr,
    rmarkdown
VignetteBuilder: knitr
biocViews: AlternativeSplicing, ImmunoOncology, RNASeq, Transcription
RoxygenNote: 6.0.1