saving predictions script

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

View file

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

View file

@ -1,6 +1,6 @@
#!/usr/bin/env Rscript #!/usr/bin/env Rscript
######################################################### #########################################################
# TASK: prediction # TASK: prediction_ps
#======================================================================= #=======================================================================
# working dir and loading libraries # 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) merged_df3$mutation_info_labels = ifelse(merged_df3$mutation_info == dr_muts_col, 1, 0)
table(merged_df3$mutation_info_labels) 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)
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
############################################################################### ###############################################################################