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