pub fn find_consistent(
records: &[BusRecord],
ec2gene: &Ec2GeneMapper,
) -> MappingResultExpand 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