consurf plot: add debug option. logoP SNP: distance flame tiles
This commit is contained in:
parent
f2709f3992
commit
e498d46f8b
2 changed files with 230 additions and 219 deletions
|
@ -117,14 +117,16 @@ LogoPlotSnps <- function(plot_df
|
|||
|
||||
if (is.matrix(tab_mt)){
|
||||
cat("\nPASS: Mutant matrix successfully created..."
|
||||
, "\nRownames of mutant matrix:", rownames(tab_mt)
|
||||
, "\nColnames of mutant matrix:", colnames(tab_mt))
|
||||
#, "\nRownames of mutant matrix:", rownames(tab_mt)
|
||||
#, "\nColnames of mutant matrix:", colnames(tab_mt)
|
||||
)
|
||||
} else{
|
||||
tab_mt = as.matrix(tab_mt, rownames = T)
|
||||
if (is.matrix(tab_mt)){
|
||||
cat("\nCreating mutant matrix..."
|
||||
, "\nRownames of mutant matrix:", rownames(tab_mt)
|
||||
, "\nColnames of mutant matrix:", colnames(tab_mt))
|
||||
#, "\nRownames of mutant matrix:", rownames(tab_mt)
|
||||
#, "\nColnames of mutant matrix:", colnames(tab_mt)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -151,8 +153,9 @@ LogoPlotSnps <- function(plot_df
|
|||
, "\nDim of wt matrix:", dim(tab_wt)
|
||||
, "\nDim of mutant matrix:", dim(tab_mt)
|
||||
, "\n"
|
||||
, "\nRownames of mutant matrix:", rownames(tab_wt)
|
||||
, "\nColnames of mutant matrix:", colnames(tab_wt))
|
||||
#, "\nRownames of mutant matrix:", rownames(tab_wt)
|
||||
#, "\nColnames of mutant matrix:", colnames(tab_wt)
|
||||
)
|
||||
}
|
||||
|
||||
######################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue