|
| | RAPPeakCaller (String backgroundFile, String rapFile, String sizes, String maskedregions, int windowSize, int step) throws IOException |
| |
| void | callSkellamPeaks (String outFile, double maxSkellam, double maxScanPvalue) throws IOException |
| |
| void | callKLPeaks (String outFile, double klCutOff) throws IOException |
| |
| CoordinateSpace | getCoordinateSpace () |
| |
|
| static void | main (String[] args) throws IOException |
| |
|
| static Logger | logger = Logger.getLogger(RAPPeakCaller.class.getName()) |
| |
| broad.pda.seq.rap.RAPPeakCaller.RAPPeakCaller |
( |
String |
backgroundFile, |
|
|
String |
rapFile, |
|
|
String |
sizes, |
|
|
String |
maskedregions, |
|
|
int |
windowSize, |
|
|
int |
step |
|
) |
| throws IOException |
- Parameters
-
| backgroundFile | Alignment file for the input sample |
| rapFile | Alignment file for the rap file |
| sizes | Chromosome sizes |
| windowSize | Window Size |
| step | Step Size / Overlap between consecutive windows |
| maxSkellam | |
| maxScanPvalue | |
- Exceptions
-
| void broad.pda.seq.rap.RAPPeakCaller.callKLPeaks |
( |
String |
outFile, |
|
|
double |
klCutOff |
|
) |
| throws IOException |
For each window, calculate the poisson lambda for the given window over the entire chromosome
- Parameters
-
- Returns
- Exceptions
-
| void broad.pda.seq.rap.RAPPeakCaller.callSkellamPeaks |
( |
String |
outFile, |
|
|
double |
maxSkellam, |
|
|
double |
maxScanPvalue |
|
) |
| throws IOException |
Call peaks using skellam
- Parameters
-
- Exceptions
-
| CoordinateSpace broad.pda.seq.rap.RAPPeakCaller.getCoordinateSpace |
( |
| ) |
|
Returns the coordinate space for this peak caller
| static void broad.pda.seq.rap.RAPPeakCaller.main |
( |
String[] |
args | ) |
throws IOException |
|
static |
| Logger broad.pda.seq.rap.RAPPeakCaller.logger = Logger.getLogger(RAPPeakCaller.class.getName()) |
|
staticprotected |
The documentation for this class was generated from the following file: