|
| static void | main (String[] args) throws Exception |
| |
|
| static final String | USAGE |
| |
| broad.core.motif.PositionWeightMatrixIO.PositionWeightMatrixIO |
( |
| ) |
|
| void broad.core.motif.PositionWeightMatrixIO.addPseudoCounts |
( |
| ) |
|
| void broad.core.motif.PositionWeightMatrixIO.load |
( |
InputStream |
is | ) |
throws IOException, ParseException |
| static void broad.core.motif.PositionWeightMatrixIO.main |
( |
String[] |
args | ) |
throws Exception |
|
static |
| void broad.core.motif.PositionWeightMatrixIO.write |
( |
OutputStream |
os, |
|
|
NumberFormat |
formatter, |
|
|
List< PositionWeightMatrix > |
pwms |
|
) |
| throws IOException |
| void broad.core.motif.PositionWeightMatrixIO.write |
( |
OutputStream |
os, |
|
|
NumberFormat |
formatter |
|
) |
| throws IOException |
| void broad.core.motif.PositionWeightMatrixIO.writeUNIPROBE |
( |
OutputStream |
os, |
|
|
NumberFormat |
formatter, |
|
|
List< PositionWeightMatrix > |
pwms |
|
) |
| throws IOException |
| final String broad.core.motif.PositionWeightMatrixIO.USAGE |
|
static |
Initial value:= "Usage: PositionWeightMatrixIO TASK=<task_num> <task_args> -pwm <PWM file in FASTA fromat>\n" +
"\tTasks:" +
"\n\t\t1. Report matches of a PWMs to a sequence -in <Sequence file or standard input in FASTA format> -pwm <File containing PWMs> -minScore <Minimum Score to report>" +
"\n\t\t\t-start <start matching at this point on the corresponding sequence include as many starts as sequenceIds> -end <Stop matching at this point on the corresponding sequence include as many ends as sequenceIds> " +
"\n\t\t\t[-seqId <Sequence Ids in the fasta file to search on specify as many as targets you want to search on, if non is specified all start/ends will be assume to relate to first sequence in file>] "+
"\n\t\tic Compute information content of all motifs on the file -pwm <File containing PWMs>" +
"\n"
The documentation for this class was generated from the following file: