saving predictions script
This commit is contained in:
parent
8a6c7968f5
commit
9597997741
2 changed files with 2 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env Rscript
|
||||
#########################################################
|
||||
# TASK: prediction
|
||||
# TASK: prediction lig
|
||||
|
||||
#=======================================================================
|
||||
# working dir and loading libraries
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env Rscript
|
||||
#########################################################
|
||||
# TASK: prediction
|
||||
# TASK: prediction_ps
|
||||
|
||||
#=======================================================================
|
||||
# working dir and loading libraries
|
||||
|
@ -26,12 +26,6 @@ table(merged_df3$mutation_info)
|
|||
merged_df3$mutation_info_labels = ifelse(merged_df3$mutation_info == dr_muts_col, 1, 0)
|
||||
table(merged_df3$mutation_info_labels)
|
||||
|
||||
|
||||
# lig
|
||||
table(merged_df3_lig$mutation_info)
|
||||
merged_df3_lig$mutation_info_labels = ifelse(merged_df3_lig$mutation_info == dr_muts_col, 1, 0)
|
||||
table(merged_df3_lig$mutation_info_labels)
|
||||
|
||||
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
###############################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue