knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
The Reputils R package is a beta development version to facilitate analysis of transposable elements.
More details on the usage of Reputils is available in the package vignette.
# Install BiocManager (in case you haven't already) if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") # Install Reputils install.packages('Reputils', repos = 'tanaylab.bitbucket.io/repo')
Note: Reputils requires R version 3.5 or higher. The package was tested on linux and macbook machines, but not on Windows. For improved speed performance, we recommend a multi-CPU/core workstation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.