public class BlatAssociationScorer extends Object
Constructor and Description |
---|
BlatAssociationScorer() |
Modifier and Type | Method and Description |
---|---|
static double |
computeOverlapFraction(BlatAssociation blatAssociation)
Compute how much the BLAT alignment with the target gene product is as a fraction of the query sequence length.
|
static BlatAssociation |
scoreResults(Collection<BlatAssociation> blatAssociations)
From a collection of BlatAssociations from a single BioSequence, reduce redundancy, fill in the specificity and
score and pick the one with the best scoring statistics.
|
public static double computeOverlapFraction(BlatAssociation blatAssociation)
blatAssociation
- blat assocpublic static BlatAssociation scoreResults(Collection<BlatAssociation> blatAssociations)
blatAssociations
- for a single sequence.IllegalArgumentException
- if the blatAssociations are from multiple biosequences.Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.