- shogun toolbox
http://www.shogun-toolbox.org/doc/en/3.0.0/installation.html
install with python interface - R
https://cran.r-project.org/mirrors.html
install the additional package bioconductor package by enter in R
source("http://bioconductor.org/biocLite.R")
biocLite("seqLogo")
Run "demo.py" script.
- The human splice data set will be downloaded to the folder data
- The SVM with a weighted degree string kernel is trained (the time of training depends on how much samples you choose from the training data)
- gPOIM is computed
- gPOIM is plotted
- The important motif is extracted and plotted
If you have any questions, please write a mail at [email protected].
Good luck!