Ribosome profiling is a technology for determining translation activity by sequencing ribosome protected mRNA fragments. We developed RiboSeeker, an end-to-end package for ribosome profiling data analysis. RiboSeeker has two components: Ribomake and RiboSeeker:
Please refer to Ribomake page for more details about the installation process and usage. This repository focuses on the R package to process aligned Ribo- and RNA-seq reads.
You can install the RiboSeeker R package from GitHub with
if (!requireNamespace('devtools', quietly = TRUE)) {
install.packages('devtools')
}
devtools::install_github('nzhang89/RiboSeeker')
We provide a simple tutorial to demonstrate the basic usage of the RiboSeeker R package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.