|
| static double | computeMIRScore (String sequence, File mirSeedLookup, File miRNALookup) throws IOException |
| |
| static double | computeMIRScore (String sequence, Map< String, Double > mirLookup, Set< String > lookup2, Set< String > rcLookup2) |
| |
| static double | computeMIRScore (String sequence) throws IOException |
| |
| static Set | parse (File file, boolean rc) throws IOException |
| |
| static String | reverseComplement (String seq) |
| |
| static String | reverse (String seq) |
| |
| static String | complement (String seq) |
| |
| static void | main (String[] args) throws IOException |
| |
| static String broad.core.primer3.ComputeMIRScore.complement |
( |
String |
seq | ) |
|
|
static |
| static double broad.core.primer3.ComputeMIRScore.computeMIRScore |
( |
String |
sequence, |
|
|
File |
mirSeedLookup, |
|
|
File |
miRNALookup |
|
) |
| throws IOException |
|
static |
| static double broad.core.primer3.ComputeMIRScore.computeMIRScore |
( |
String |
sequence, |
|
|
Map< String, Double > |
mirLookup, |
|
|
Set< String > |
lookup2, |
|
|
Set< String > |
rcLookup2 |
|
) |
| |
|
static |
| static double broad.core.primer3.ComputeMIRScore.computeMIRScore |
( |
String |
sequence | ) |
throws IOException |
|
static |
| static void broad.core.primer3.ComputeMIRScore.main |
( |
String[] |
args | ) |
throws IOException |
|
static |
| static Set broad.core.primer3.ComputeMIRScore.parse |
( |
File |
file, |
|
|
boolean |
rc |
|
) |
| throws IOException |
|
static |
| static String broad.core.primer3.ComputeMIRScore.reverse |
( |
String |
seq | ) |
|
|
static |
| static String broad.core.primer3.ComputeMIRScore.reverseComplement |
( |
String |
seq | ) |
|
|
static |
The documentation for this class was generated from the following file: