methylcheck.mean_beta_compare

methylcheck.mean_beta_compare(df1, df2, save=False, verbose=False, silent=False)

Use this function to compare two dataframes, pre-vs-post filtering and removal of outliers. args:

the first argument (df1) is the “pre” dataframe of samples the second argument (df2) is the “post” dataframe of samples
kwargs:
verbose: additional output silent: suppresses figure, so no output unless save==True too.