We would like to add primer ranking column to the table of output primers for SDM (site directed mutagenesis)
We will use the function for Primer_Ranking(clean_df):, which calls 'def Penalty_Calculations(Primer_Seq):'
to in order to calculate the scores/ranking (sorted) for all primers that we pass as a dataframe
List of ACs:
AC1. Ranks all the primers designed from 1 to N for a list of N Primers
AC2. Uses the Penalty Calculation heuristic values that @Nilmani-Singh designed
AC3. Gives a dataframe that can be read in by the front-end.
We would like to add primer ranking column to the table of output primers for SDM (site directed mutagenesis)
We will use the function for
Primer_Ranking(clean_df):, which calls 'def Penalty_Calculations(Primer_Seq):'to in order to calculate the scores/ranking (sorted) for all primers that we pass as a dataframe
List of ACs:
AC1. Ranks all the primers designed from 1 to N for a list of N Primers
AC2. Uses the Penalty Calculation heuristic values that @Nilmani-Singh designed
AC3. Gives a dataframe that can be read in by the front-end.