Name Mode Size
..
testthat 040000
runTests.R 100644 1 kb
README.md
# ribosomeProfilingQC An R package for quality assessment of ribosome profiling ## Installation To install this package, start R and enter: ```r library(BiocManager) BiocManager::install("jianhong/ribosomeProfilingQC") ``` ## Documentation To view documentation of ribosomeProfilingQC, start R and enter: ```r browseVignettes("ribosomeProfilingQC") ```