Replies: 1 comment
|
In my project, there are 6 comparisons, so I output into 6 lists then zip them into a dataframe. g1, test_results = annot_1.annotate() df_final = pandas.DataFrame(list(zip(mass_list, list_1, list_2, list_3, list_4, list_5, list_6)), columns=['filename', 'column_name_1', 'column_name_2', 'column_name_3', 'column_name_4', 'column_name_5', 'column_name_6']) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi How do I extract stat values and p-values from the analysis conducted in statannotations?
e.g. this is my example code below...
All reactions