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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.