Usage
bcrank(fafile, startguesses=c(), restarts=10, length=10, reorderings=500, silent=FALSE, plot.progress=FALSE, do.search=TRUE, use.P1=FALSE, use.P2=TRUE, strip.desc=TRUE)
Arguments
fafile
a ranked fasta file containing DNA sequences.
startguesses
a character vector with consensus sequences in
IUPAC coding to be used as starting sequences in the search. If empty,
random start guesses will be generated.
restarts
number restarts of the algorithm when using random start guesses.
length
legth of random start guess.
reorderings
number of random reorderings of the DNA sequences
performed when calculating score.
silent
reports progress status if FALSE.
plot.progress
if TRUE, the progress is displayed in a plot.
do.search
if FALSE, no search is performed. In that case the
start guesses are assigned with scores and reported as results.
use.P1
Use penalty for bases other than A,C,G,T.
use.P2
Use penalty for motifs matching repetitive sequences.
strip.desc
Ignored (always treated as TRUE).