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
#!!!!!!!!!!!!!!!!!!!!!!!
#%%%%%%%%%%%%%%%%%%%%%%%%
# REASSIGNMENT
my_df = merged_df2
#my_df = merged_df2_comp
#!!!!!!!!!!!!!!!!!!!!!!!
#%%%%%%%%%%%%%%%%%%%%%%%%
# delete variables not required
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")
}
#!!!!!!!!!!!!!!!!!!!!!!!!!
#%%%%%%%%%%%%%%%%%%%%%%%%%
# REASSIGNMENT
df <- df_lin
#!!!!!!!!!!!!!!!!!!!!!!!!!
#%%%%%%%%%%%%%%%%%%%%%%%%%
rm(df_lin)