Add plotting and other functions to evaluate mash results

This commit is contained in:
2021-04-01 14:47:18 -05:00
parent 1edd72d15e
commit b9d2edbad3
8 changed files with 1094 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_max)
@@ -80,6 +81,7 @@ importFrom(stats,qbeta)
importFrom(stats,uniroot)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sub)
importFrom(tibble,add_column)
importFrom(tibble,add_row)
importFrom(tibble,as_tibble)