Skip to contents

This function calculates the e-value for each gene in the result_output dataframe. The e-value is calculated as the number of times the random siRNA sequences have a higher number of matches than the actual siRNA sequences.

Usage

generate_e_value(
  result_output,
  random_seq_results = random_siRNA_results_overall
)

Arguments

result_output

A dataframe of siRNA sequences and their respective number of matches

random_seq_results

A dataframe of random siRNA sequences and their respective number of matches

Value

A dataframe with the e-value for each gene