plot_interactive_volcano¶
- besca.tl.dge.plot_interactive_volcano(top_table_path, outdir)[source]¶
- plot an interactive volcano plot based on toptable file. - This function takes as input a toptable file generated with the functions x, y and uses the contained information to generate an interactive html plot. - Parameters:
- top_table_path (str) – string indicating the filepath to the toptable file 
- outdir (str) – string indicating the filepath where the generated file is to be written to. 
 
- Returns:
- writes an interactive html file out 
- Return type:
- None