public class ComputeMedianAnnotation extends Object
| Constructor and Description |
|---|
ComputeMedianAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
static double |
getMeanDepth(String gvcfFile)
Simple method to compute the mean of the depths.
|
static double |
getMeanDepth(String gvcfFile,
String intervalFile) |
static int |
getMedianDepth(String gvcfFile)
Simple method to calculate the Median depth for a GVCF file.
|
static int |
getMedianDepth(String gvcfFile,
String intervalFile) |
static int |
getModeDepth(String gvcfFile)
Simple method to get the mode of the depth.
|
static int |
getModeDepth(String gvcfFile,
String intervalFile) |
public static double getMeanDepth(String gvcfFile)
gvcfFile - Full file path to the gvcf filepublic static int getModeDepth(String gvcfFile)
gvcfFile - Full file path to the gvcf filepublic static int getMedianDepth(String gvcfFile)
gvcfFile - Full file path to the gvcf fileCopyright © 2018. All rights reserved.