|
| static void | main (String[] args) throws NumberFormatException, SearchException, IOException |
| |
| static int | numPossibleKmers (String consensusSequence) |
| |
| static void | main (String[] args) throws NumberFormatException, SearchException, IOException |
| |
| broad.core.motif.SequenceMotifCluster.SequenceMotifCluster |
( |
String |
corePattern, |
|
|
int |
minsuccessiveCores, |
|
|
int |
maxPatternDistance |
|
) |
| throws SearchException |
| static void broad.core.motif.SequenceMotifCluster.main |
( |
String[] |
args | ) |
throws NumberFormatException, SearchException, IOException |
|
static |
| List<SequenceRegion> broad.core.motif.SequenceMotifCluster.match |
( |
Sequence |
seq, |
|
|
boolean |
includeRegionSequence |
|
) |
| |
| String broad.core.motif.SequenceMotifCluster.USAGE |
|
static |
Initial value:= "Usage: SequenceMotifCluster TASK=<task_num> <task_args>\n" +
"\tTasks:\n" +
"\t\t1. Get list of motif matches: IN=<fasta sequence> MOTIF=<Core Motif e.g. YRNRY> SUSCCESSIVE=<number of consecutive core motifs> MINLENGTH=<minimum total length to report> MAXSPACING=<max spacing between motifs>\n"
The documentation for this class was generated from the following file: