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:
- Generation of cleavage windows
- Cleavage window training
- Cleavage confirmations
#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.