|
| | TreeScaler () |
| |
| | TreeScaler (Annotation region, File modelFile, String alnFile, String alnFileFormat) throws Exception |
| |
| void | setAlignment (String alnFile, String alnFileFormat) throws Exception |
| |
| void | encodeAsMatrix () |
| |
| double | getLogLikelihood (double omega, Phylogeny alnTree, int startPosition, int window) |
| |
| PiFit | fitPI (Phylogeny alnTree, int i) |
| |
| List< BED > | slidePWM (PositionWeightMatrix pwm, double minSeedScore, short[] encodedRef, List< int[]> ungappedChunks, int numPermutations) |
| |
| List< BED > | slidePWM (PositionWeightMatrix pwm, double minSeedScore, int numPermutations) |
| |
| OmegaFit | scaleRegion (List< String > ignoreList, GenomicAnnotation region) |
| |
| OmegaFit | scaleRegion (Annotation region) |
| |
| void | scaleTree (int window, BufferedWriter bw, List< String > ignoreList, int overlap) throws IOException |
| |
| ArrayList< OmegaFit > | scaleTree (int window, List< String > ignoreList, int overlap) throws IOException |
| |
| void | scaleTreeWithSampling (int window, BufferedWriter bw, List< String > ignoreList, int numberToAverage) throws IOException |
| |
| void | setAlignment (MultipleAlignment alignment) |
| |
| double | getTotalDistanceFromNode (PhylogenyNode n) |
| |
| void | setNeutralModel (File modelFile) throws IOException, ParseException |
| |
| double | getMinimumTreeLength () |
| |
| void | setMinimumTreeLength (double minimumTreeLength) |
| |
| EvolutionaryModel | getModel () |
| |
| void | setModel (EvolutionaryModel model) |
| |
|
| static void | main (String[] args) throws Exception |
| |
|
| static final String | USAGE |
| |
| broad.core.siphy.TreeScaler.TreeScaler |
( |
| ) |
|
| broad.core.siphy.TreeScaler.TreeScaler |
( |
Annotation |
region, |
|
|
File |
modelFile, |
|
|
String |
alnFile, |
|
|
String |
alnFileFormat |
|
) |
| throws Exception |
| void broad.core.siphy.TreeScaler.encodeAsMatrix |
( |
| ) |
|
| PiFit broad.core.siphy.TreeScaler.fitPI |
( |
Phylogeny |
alnTree, |
|
|
int |
i |
|
) |
| |
| double broad.core.siphy.TreeScaler.getLogLikelihood |
( |
double |
omega, |
|
|
Phylogeny |
alnTree, |
|
|
int |
startPosition, |
|
|
int |
window |
|
) |
| |
| double broad.core.siphy.TreeScaler.getMinimumTreeLength |
( |
| ) |
|
| double broad.core.siphy.TreeScaler.getTotalDistanceFromNode |
( |
PhylogenyNode |
n | ) |
|
| static void broad.core.siphy.TreeScaler.main |
( |
String[] |
args | ) |
throws Exception |
|
static |
| OmegaFit broad.core.siphy.TreeScaler.scaleRegion |
( |
List< String > |
ignoreList, |
|
|
GenomicAnnotation |
region |
|
) |
| |
| OmegaFit broad.core.siphy.TreeScaler.scaleRegion |
( |
Annotation |
region | ) |
|
| void broad.core.siphy.TreeScaler.scaleTree |
( |
int |
window, |
|
|
BufferedWriter |
bw, |
|
|
List< String > |
ignoreList, |
|
|
int |
overlap |
|
) |
| throws IOException |
| ArrayList<OmegaFit> broad.core.siphy.TreeScaler.scaleTree |
( |
int |
window, |
|
|
List< String > |
ignoreList, |
|
|
int |
overlap |
|
) |
| throws IOException |
| void broad.core.siphy.TreeScaler.scaleTreeWithSampling |
( |
int |
window, |
|
|
BufferedWriter |
bw, |
|
|
List< String > |
ignoreList, |
|
|
int |
numberToAverage |
|
) |
| throws IOException |
| void broad.core.siphy.TreeScaler.setAlignment |
( |
String |
alnFile, |
|
|
String |
alnFileFormat |
|
) |
| throws Exception |
| void broad.core.siphy.TreeScaler.setMinimumTreeLength |
( |
double |
minimumTreeLength | ) |
|
| void broad.core.siphy.TreeScaler.setNeutralModel |
( |
File |
modelFile | ) |
throws IOException, ParseException |
| List<BED> broad.core.siphy.TreeScaler.slidePWM |
( |
PositionWeightMatrix |
pwm, |
|
|
double |
minSeedScore, |
|
|
short[] |
encodedRef, |
|
|
List< int[]> |
ungappedChunks, |
|
|
int |
numPermutations |
|
) |
| |
| List<BED> broad.core.siphy.TreeScaler.slidePWM |
( |
PositionWeightMatrix |
pwm, |
|
|
double |
minSeedScore, |
|
|
int |
numPermutations |
|
) |
| |
| final String broad.core.siphy.TreeScaler.USAGE |
|
static |
The documentation for this class was generated from the following file: