Projects
This site contains projects that use Jstacs.
MotifAdjuster
by Jens Keilwagen, Jan Baumbach, Thomas Kohl and Ivo Grosse.
Description
Valuable binding site annotation data are stored in databases. However, several types of errors can, and do, occur in the process of manually incorporating annotation data from scientific literature into these databases. Here, we introduce MotifAdjuster, a software that helps to detect these errors, and we demonstrate its efficacy on public data sets.
Paper
The paper MotifAdjuster: A tool for computational reassessment of transcription factor binding site annotations has been submitted to Genome Biology.
Download
MotifAdjuster download can be downloaded here.
Start instructions
If you have unzipped the archive, you can start the MotifAdjuster by invoking
java -cp ./:./jstacs-1.1.jar:./numericalMethods.jar MotifAdjuster <file> <ignoreChar> <length> <fgOrder> <fgEss> <bothStrands> <output> <sigma> <p(no motif)>
In Windows, you have to use ";" instead of ":" in the class path. The arguments have the following meaning
name | comment | type |
file | the location of the data set | String |
ignoreChar | char for comment lines (e.g. for a FastA-file '>') | char |
length | the motif length | int |
fgOrder | the order of the inhomogeneous Markov model that is uses for the motif; 0 yields in a PWM | byte |
ess | the equivalent sample size that is used for the mixture model | double >= 0 |
bothStrands | use both strands | boolean |
output | output of the EM | boolean |
sigma | the sigma of the truncated discrete Gaussian distribution | double>0 |
p(no motif) | the probability for finding no motif | 0<=double<1 |