Function has3PrimePolyATail

  • Checks if an RNA molecule has a 3' poly-A tail. This is a basic check that looks for at least 10 consecutive A's at the 3' end.

    Parameters

    • rna: RNA
    • minLength: number = MIN_POLY_A_DETECTION_LENGTH

    Returns boolean