saving predictions script

This commit is contained in:
Tanushree Tunstall 2020-09-30 14:09:08 +01:00
parent 4f32ffd3b6
commit 923cad81b5
2 changed files with 2 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env Rscript
#########################################################
# TASK: prediction
# TASK: prediction lig
#=======================================================================
# working dir and loading libraries

View file

@ -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)
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
###############################################################################