tidy code for lineage_dist_PS
This commit is contained in:
parent
8c7c389562
commit
134dea609d
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue