|
| static int | numPossibleKmers (String consensusSequence) |
| |
| static void | main (String[] args) throws NumberFormatException, SearchException, IOException |
| |
| broad.core.motif.SequenceMotif.SequenceMotif |
( |
Pattern |
motif | ) |
|
| broad.core.motif.SequenceMotif.SequenceMotif |
( |
String |
corePattern, |
|
|
String |
identifier |
|
) |
| throws SearchException |
| broad.core.motif.SequenceMotif.SequenceMotif |
( |
String |
corePattern | ) |
throws SearchException |
| broad.core.motif.SequenceMotif.SequenceMotif |
( |
String |
corePattern, |
|
|
int |
minsuccessive |
|
) |
| throws SearchException |
| broad.core.motif.SequenceMotif.SequenceMotif |
( |
String |
corePattern, |
|
|
int |
minsuccessive, |
|
|
String |
identifier |
|
) |
| throws SearchException |
| boolean broad.core.motif.SequenceMotif.equals |
( |
Object |
o | ) |
|
| String broad.core.motif.SequenceMotif.getConsensusSequence |
( |
| ) |
|
| Pattern [] broad.core.motif.SequenceMotif.getCoreMotifs |
( |
| ) |
|
|
protected |
| String broad.core.motif.SequenceMotif.getId |
( |
| ) |
|
| Pattern broad.core.motif.SequenceMotif.getMotif |
( |
| ) |
|
| int broad.core.motif.SequenceMotif.getNumPossibleKmers |
( |
| ) |
|
| int broad.core.motif.SequenceMotif.hashCode |
( |
| ) |
|
| static void broad.core.motif.SequenceMotif.main |
( |
String[] |
args | ) |
throws NumberFormatException, SearchException, IOException |
|
static |
| static int broad.core.motif.SequenceMotif.numPossibleKmers |
( |
String |
consensusSequence | ) |
|
|
static |
| void broad.core.motif.SequenceMotif.setMotif |
( |
Pattern |
motif | ) |
|
|
protected |
| String broad.core.motif.SequenceMotif.toString |
( |
| ) |
|
| String broad.core.motif.SequenceMotif.USAGE |
|
static |
Initial value:= "Usage: SequenceMotif 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>\n"
The documentation for this class was generated from the following file: