Returns the file name of the Excel file created which contains the dataframes provided as an arguments to the function.

save_excel_sheet(sorted_df, still_pos_df)

Arguments

sorted_df

a datafrome containing the sorted followup assay results.

still_pos_df

a datafrome containing the sorted followup assay results by animal where the assay results are still non-negative.

Value

name of Excel file saved containing the sorted followup dataframe (sorted_df).