gidb_dev #1

Closed
tanu wants to merge 386 commits from gidb_dev into master
2 changed files with 2 additions and 8 deletions
Showing only changes of commit 9597997741 - Show all commits

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