| umms.esat.ESATDistanceCalculator.ESATDistanceCalculator |
( |
String[] |
args | ) |
throws IOException, ParseException |
If user wants to reconstruct gene ends.
| static List<Double> umms.esat.ESATDistanceCalculator.array2List |
( |
double[] |
array | ) |
|
|
static |
This function converts an array of double to List of type Double
- Parameters
-
- Returns
| static Map<String,Double> umms.esat.ESATDistanceCalculator.calculateNormalizationFactors |
( |
MatrixWithHeaders |
mat | ) |
|
|
static |
Calculates the scaling factor for each column of the specified matrix, using the normalization method used by DESeq.
- Parameters
-
- Returns
| static Gene umms.esat.ESATDistanceCalculator.getSubAnnotationFromEnd |
( |
Gene |
annotation, |
|
|
int |
length, |
|
|
int |
distanceFromTranscriptEnd |
|
) |
| |
|
static |
Returns the subannotation of length "length" at a distance "distanceFromTranscriptEnd" from the 3' end of the gene
- Parameters
-
| annotation | |
| length | |
| distanceFromTranscriptEnd | |
- Returns
| static Gene umms.esat.ESATDistanceCalculator.getSubAnnotationFromStart |
( |
Gene |
annotation, |
|
|
int |
length, |
|
|
int |
distanceFromTranscriptStart |
|
) |
| |
|
static |
Returns the subannotation of length "length" at a distance "distanceFromTranscriptStart" from the 5' end of the gene
- Parameters
-
| annotation | |
| length | |
| distanceFromTranscriptEnd | |
- Returns
| static void umms.esat.ESATDistanceCalculator.main |
( |
String[] |
args | ) |
throws ParseException, IOException |
|
static |
- Parameters
-
- Exceptions
-
| IOException | |
| ParseException | |
Returns the reconstructed annotation set based on the reconstruction provided
- Parameters
-
| completeReconstruction | |
| annotations | |
| annotationFile | |
- Returns
- Exceptions
-
| static void umms.esat.ESATDistanceCalculator.writeNormalizedMatrix |
( |
String |
fileName, |
|
|
MatrixWithHeaders |
resultMatrix |
|
) |
| throws IOException |
|
static |
This function takes an input count matrix and returns a normalized matrix, where a scaling factor is calculated for each sample, and all genes for that sample are scaled by this factor.
- Parameters
-
- Exceptions
-
| String umms.esat.ESATDistanceCalculator.whitespaceDelimiter = "\\s++" |
|
static |
The documentation for this class was generated from the following file: