This package is published, but still under heavy development to include more features.
ORFik is a R package containing various functions for analysis of Ribo-Seq, RNA-Seq, CAGE and TCP-seq data related to transcriptomics. ORFik currently supports:
Package is available from bioconductor (Stable branch, R version >= 4.0.0)
if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("ORFik")
Development version on bioconductor (Devel branch, R version >= 4.0.0)
if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("ORFik", version = "devel")
Package is also available here on github (Experimental branch, R version >= 4.1.0)
if (!requireNamespace("remotes", quietly=TRUE)) install.packages("remotes") remotes::install_github("Roleren/ORFik")
After installation run:
library(ORFik) # NGS metadata extraction ?download.SRA.metadata # NGS data download ?download.SRA # Annotation download ?getGenomeAndAnnotation # Data management ?create.experiment # NGS Library Quality control ?ORFikQC # Tissue specific 5' utrs using cage-data ?reassignTSSbyCage # Detecting open reading frames ?findORFs # get a feature-set from predicted orfs ?computeFeatures # read vignette (tutorials) browseVignettes("ORFik")
Please read Bioconductor vignettes for detailed tutorials and examples.
Please feel free to provide feedback or desired functionality by creating a new issue on our github page.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4