added functions for bp with stat and tested them
This commit is contained in:
parent
873049b603
commit
c8e21b928c
4 changed files with 103 additions and 105 deletions
|
@ -1,13 +1,15 @@
|
|||
setwd("~/git/LSHTM_analysis/scripts/functions")
|
||||
source("lf_unpaired_stats.R")
|
||||
|
||||
#####################
|
||||
# call stat function()
|
||||
# a useful way to check stats
|
||||
# for any lf data
|
||||
#####################
|
||||
# Note: Data
|
||||
# run other_plots_data.R
|
||||
# to get the df you want to test this function
|
||||
# to get the long format data to test this function
|
||||
|
||||
|
||||
#####################
|
||||
# call stat function
|
||||
#####################
|
||||
stat_results_df <- lf_unpaired_stats(lf_data = lf_duet
|
||||
, lf_stat_value = "param_value"
|
||||
, lf_stat_group = "mutation_info"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue