聚类方法,聚类后选择打分最高那个分子,并对 karamadock 的结果求交集
This commit is contained in:
@@ -11,20 +11,20 @@ print("Running analysis examples...")
|
||||
|
||||
# Example 1: Basic usage
|
||||
print("\nExample 1: Basic usage")
|
||||
main_api(['qed_values_fgbar.csv', 'qed_values_trpe.csv'], ['fgbar', 'trpe'])
|
||||
main_api(['finally_data/qed_values_poses_fgbar_all.csv', 'finally_data/qed_values_poses_trpe_all.csv'], ['fgbar', 'trpe'])
|
||||
|
||||
# Example 2: With custom reference scores
|
||||
print("\nExample 2: With custom reference scores")
|
||||
main_api(['qed_values_fgbar.csv', 'qed_values_trpe.csv'], ['fgbar', 'trpe'],
|
||||
main_api(['finally_data/qed_values_poses_fgbar_all.csv', 'finally_data/qed_values_poses_trpe_all.csv'], ['fgbar', 'trpe'],
|
||||
reference_scores={'fgbar': {'9NY': -5.268}, 'trpe': {'0GA': -6.531}})
|
||||
|
||||
# Example 3: With specific conformation rank
|
||||
print("\nExample 3: With specific conformation rank")
|
||||
main_api(['qed_values_fgbar.csv', 'qed_values_trpe.csv'], ['fgbar', 'trpe'], rank=0)
|
||||
main_api(['finally_data/qed_values_poses_fgbar_all.csv', 'finally_data/qed_values_poses_trpe_all.csv'], ['fgbar', 'trpe'], rank=0)
|
||||
|
||||
# Example 4: With both custom reference scores and specific conformation rank
|
||||
print("\nExample 4: With both custom reference scores and specific conformation rank")
|
||||
main_api(['qed_values_fgbar.csv', 'qed_values_trpe.csv'], ['fgbar', 'trpe'],
|
||||
main_api(['finally_data/qed_values_poses_fgbar_all.csv', 'finally_data/qed_values_poses_trpe_all.csv'], ['fgbar', 'trpe'],
|
||||
reference_scores={'fgbar': {'9NY': -5.268}, 'trpe': {'0GA': -6.531}}, rank=0)
|
||||
|
||||
print("\nAnalysis complete! Check the generated PNG files.")
|
||||
Reference in New Issue
Block a user