Skip to main content

find_consistent

Function find_consistent 

Source
pub fn find_consistent(
    records: &[BusRecord],
    ec2gene: &Ec2GeneMapper,
) -> MappingResult
Expand description

For a set of busrecords (coming from the same molecule), this function tries to map those records to genes consistently.

As all records come from the same mRNA,ideally we get a consistent mapping (e.g. all records map to the same gene) See MappingResult for mor explanation