Function rna_algos::mccaskill_algo::mccaskill_algo[][src]

pub fn mccaskill_algo<T>(
    seq: SeqSlice<'_>,
    uses_contra_model: bool
) -> (SparseProbMat<T>, SsFreeEnergyMats<T>) where
    T: Unsigned + PrimInt + Hash + FromPrimitive + Integer