Skip to content

With the siSPOTR tools you can: Identify candidate siRNA/shRNA sequences for your gene of interest with a low potential for off-targeting. Evaluate the off-targeting potential for any RNAi sequence. View a list of all predicted off-targets for siRNA candidates, along with information on the site-type composition and probability of being off-targ…

License

ui-icts/sispotr-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#siSPOTR Project

##With the siSPOTR tools you can:

  • Identify candidate siRNA/shRNA sequences for your gene of interest with a low potential for off-targeting.
  • Evaluate the off-targeting potential for any RNAi sequence.
  • View a list of all predicted off-targets for siRNA candidates, along with information on the site-type composition and probability of being off-targeted.
  • BLAST your sequence to search for siRNA-like on/off-targeting

##Components siSPOTR Project is made of two major components

  • base - Database Access layer
  • webapp - JAVA Spring/Hibernate Application

Build Instructions

# git clone git@github.com:ui-icts/sispotr-project.git
# cd sispotr-project/
# mvn install

Setup Database

  1. copy "webapp/src/main/resources/config/safeseed.properties.example" to webapp/src/main/resources/config/safeseed.properties
  2. Update with your properties, provide the correct Database URL, username, and password

Running Jetty Appserver

# cd sispotr-project
# mvn package
# java -jar  webapp/target/dependency/jetty-runner.jar --path /sispotr --port 9090 webapp/target/*.war
# in a browser goto: http://localhost:9090/sispotr
# Default username: admin
# Default password: safeseed

Build Status

Now using slack

About

With the siSPOTR tools you can: Identify candidate siRNA/shRNA sequences for your gene of interest with a low potential for off-targeting. Evaluate the off-targeting potential for any RNAi sequence. View a list of all predicted off-targets for siRNA candidates, along with information on the site-type composition and probability of being off-targ…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published