tidy code for lineage_dist_PS

This commit is contained in:
Tanushree Tunstall 2020-02-02 11:14:25 +00:00
parent 31383e945b
commit 7842d87a0d

View file

@ -44,11 +44,11 @@ source("../combining_two_df.R")
########################### ###########################
# uncomment as necessary # uncomment as necessary
#!!!!!!!!!!!!!!!!!!!!!!! #%%%%%%%%%%%%%%%%%%%%%%%%
# REASSIGNMENT # REASSIGNMENT
my_df = merged_df2 my_df = merged_df2
#my_df = merged_df2_comp #my_df = merged_df2_comp
#!!!!!!!!!!!!!!!!!!!!!!! #%%%%%%%%%%%%%%%%%%%%%%%%
# delete variables not required # delete variables not required
rm(merged_df2, merged_df2_comp, merged_df3, merged_df3_comp) rm(merged_df2, merged_df2_comp, merged_df3, merged_df3_comp)
@ -135,10 +135,10 @@ if(sum(table(plot_df$lineage)[r1]) == nrow(df_lin)) {
print("Error!: check your numbers") print("Error!: check your numbers")
} }
#!!!!!!!!!!!!!!!!!!!!!!!!! #%%%%%%%%%%%%%%%%%%%%%%%%%
# REASSIGNMENT # REASSIGNMENT
df <- df_lin df <- df_lin
#!!!!!!!!!!!!!!!!!!!!!!!!! #%%%%%%%%%%%%%%%%%%%%%%%%%
rm(df_lin) rm(df_lin)