various refactoring

This commit is contained in:
Tanushree Tunstall 2022-08-06 18:48:49 +01:00
parent c968089cd2
commit 54b3dd9d42

View file

@ -109,6 +109,9 @@ min(df2_plot['ens_stab_new_scaled']); max(df2_plot['ens_stab_new_scaled'])
#====================
# Output Lineage plot
#====================
nsample_lin = merged_df2[merged_df2$lineage%in%c("L1", "L2", "L3", "L4"),]
cat("\nTotal no. of samples belonging to L1-l4 for", gene,":", nrow(nsample_lin) )
linD_ens_stabP = paste0(outdir_images
, tolower(gene)
,"_linD_ens_stabP.svg")