various refactoring
This commit is contained in:
parent
c968089cd2
commit
54b3dd9d42
1 changed files with 3 additions and 0 deletions
|
@ -109,6 +109,9 @@ min(df2_plot['ens_stab_new_scaled']); max(df2_plot['ens_stab_new_scaled'])
|
||||||
#====================
|
#====================
|
||||||
# Output Lineage plot
|
# 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
|
linD_ens_stabP = paste0(outdir_images
|
||||||
, tolower(gene)
|
, tolower(gene)
|
||||||
,"_linD_ens_stabP.svg")
|
,"_linD_ens_stabP.svg")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue