SpliceImpactR
This is the development version of SpliceImpactR; to use it, please install the devel version of Bioconductor.
An R package to identify functional impacts due to alternative RNA processing events
Bioconductor version: Development (3.23)
Works by taking in processed data from the HIT Index and/or rMATS and identifying how differentially used alternative RNA processing events lead to changes in protein function through various means. Primarily this is done through protein similarity, functional protein domain analysis, and domain-domain interaction changes. Notably, we both identify alterantive RNA processing event 'swaps' across condition and are able to perform holistic analyses regarding the impact of different RNA processing events.
Author: Zachary Wakefield [cre, aut]
, Ana Fiszbein [aut]
Maintainer: Zachary Wakefield <zachpw at bu.edu>
citation("SpliceImpactR")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("SpliceImpactR")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("SpliceImpactR")
| SpliceImpactR | HTML | R Script |
| Reference Manual | ||
| NEWS | Text |
Details
| biocViews | Alignment, AlternativeSplicing, DifferentialSplicing, Software, StatisticalMethod |
| Version | 0.99.4 |
| In Bioconductor since | BioC 3.23 (R-4.6) |
| License | GPL-3 |
| Depends | R (>= 3.5.0) |
| Imports | data.table, BiocFileCache, BiocParallel, Biostrings, GenomicRanges, SummarizedExperiment, biomaRt, IRanges, PFAM.db, dplyr, ggplot2, ggpubr, patchwork, pwalign, rtracklayer, scales, stats, tidyr, tools, utils, magrittr, methods, S4Vectors |
| System Requirements | |
| URL | |
| Bug Reports | https://github.com/fiszbein-lab/SpliceImpactR/issues |
See More
| Suggests | devtools, testthat (>= 3.0.0), knitr, rmarkdown, cowplot, stringr, readr, tibble, BiocStyle, clusterProfiler, AnnotationDbi, msigdbr, org.Hs.eg.db, org.Mm.eg.db |
| Linking To | |
| Enhances | |
| Depends On Me | |
| Imports Me | |
| Suggests Me | |
| Links To Me | |
| Build Report | Build Report |
Package Archives
Follow Installation instructions to use this package in your R session.
| Source Package | SpliceImpactR_0.99.4.tar.gz |
| Windows Binary (x86_64) | |
| macOS Binary (big-sur-x86_64) | SpliceImpactR_0.99.4.tgz |
| macOS Binary (big-sur-arm64) | |
| macOS Binary (sonoma-arm64) | SpliceImpactR_0.99.4.tgz |
| Source Repository | git clone https://git.bioconductor.org/packages/SpliceImpactR |
| Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/SpliceImpactR |
| Bioc Package Browser | https://code.bioconductor.org/browse/SpliceImpactR/ |
| Package Short Url | https://bioconductor.org/packages/SpliceImpactR/ |
| Package Downloads Report | Download Stats |