rectified mcsm_mean_stability to avereage on raw values and then scale

This commit is contained in:
Tanushree Tunstall 2020-08-24 13:04:25 +01:00
parent d76345c3de
commit 54f9fd073b
2 changed files with 94 additions and 59 deletions

View file

@ -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 #