smartPARE is an R package designed for sRNA cleavage confirmation based on degradome data. smartPARE utilizes deep sequencing convolutional neural networks (CNN) to segregate true and false predictions of sRNA cleavage data produced by any sRNA cleavage prediction tool.
Overview - smartPARE consists of the 3 following stages:
#Installation requires devtools
#install.packages("devtools")
devtools::install_github('kristianHoden/smartPARE')
#Load the smartPARE R package
library(smartPARE)
For further instructions please see the vignette.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.