rectified mcsm_mean_stability to avereage on raw values and then scale
This commit is contained in:
parent
d76345c3de
commit
54f9fd073b
2 changed files with 94 additions and 59 deletions
|
@ -79,7 +79,7 @@ if ( length(unique(my_df$mutationinformation)) != length(my_df$mutationinformati
|
|||
|
||||
upos = unique(my_df_u$position)
|
||||
cat("Dim of clean df:"); cat(dim(my_df_u))
|
||||
cat("\nNo. of unique mutational positions:"); cat(length(upos))
|
||||
cat("\nNo. of unique mutational positions:"); cat(length(upos), "\n")
|
||||
|
||||
########################################################################
|
||||
# end of data extraction and cleaning for plots #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue