Last updated: 2022-04-09

Checks: 7 0

Knit directory: Cystic-Fibrosis-and-Gut-Microbiome/

This reproducible R Markdown analysis was created with workflowr (version 1.7.0). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.

Great job! The global environment was empty. Objects defined in the global environment can affect the analysis in your R Markdown file in unknown ways. For reproduciblity it’s best to always run the code in an empty environment.

The command set.seed(20181210) was run prior to running the code in the R Markdown file. Setting a seed ensures that any results that rely on randomness, e.g. subsampling or permutations, are reproducible.

Great job! Recording the operating system, R version, and package versions is critical for reproducibility.

Nice! There were no cached chunks for this analysis, so you can be confident that you successfully produced the results during this run.

Great job! Using relative paths to the files within your workflowr project makes it easier to run your code on other machines.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.

The results in this page were generated with repository version a79d4c0. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    .Rhistory
    Ignored:    .Rproj.user/

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the repository in which changes were made to the R Markdown (analysis/simulation_power_binary_conti.Rmd) and HTML (docs/simulation_power_binary_conti.html) files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view the files as they were in that past version.

File Version Author Date Message
Rmd a79d4c0 Jie Zhou 2022-04-09 microbe

Binary phenotype

In this section, we assume the phenotype \(E\) is binary variable. First we consider the performance using the original definition of parameter for baseline model. Then we use the average of missense mutation rate, nonsense mutation rate as the definition of parameter in baseline model and re-run the model.

Old parameter for baseline model

In this section, we assume for phenotype \(E\), \(P(E=0)=P(E=1)=0.5\). For \(E=1\), the selection probability is 0.8, and for \(E=0\), the selection probability is 0.2. Two Missense mutation rate increase induced by selection, (0, 1.2), are considered. Nonsense mutation rate is higer than missense mutation rate by 1.5 on logarithmic scale. On log scale, for background mutation rate \(f_0\), we consider two cases, \(f_0=0,1\). For samples not under selection, both missense and nonsense mutation rate are same as the background mutation rate.

New parameter for baseline model

In this section, we assume for phenotype \(E\), \(P(E=0)=P(E=1)=0.5\). For \(E=1\), the selection probability is 0.8, and for \(E=0\), the selection probability is 0.2. Two Missense mutation rate, (0, 1.2), are considered. Nonsense mutation rate is higer than missense mutation rate by 1.5 in logarithmic scale. On log scale, for background mutation rate \(f_0\), we consider two cases, \(f_0=0,1\). For samples not under selection, both missense and nonsense mutation rate are same as the background mutation rate.

Continuous phynotype

Old parameter for baseline model

In this section, we assume \(E_i\sim N(\mu,\sigma^2)\) with \(\mu=0, \sigma=5\). The relationship between \(E_i\) and the samples under selection is given by \[\log\frac{\pi_i}{1-\pi_i}=\alpha_0+\alpha_1 E_i,\] where \(\pi_i\) represents the probability of sample coming under selection. Here parameters are set as \(\alpha_0=0.1, \alpha_1=1\).
On log scale, for background mutation rate \(f_0\), we consider two cases, \(f_0=0,1\). For samples under selection, the increase of missense mutation rate are \(f_m=0,1.2\). The increase of nonsense mutation rate are fixed at \(f_{non}=1.51\). For samples not under selection, both missense and nonsense mutation rate are same as the background mutation rate.

New parameter for baseline model

In this section, we assume \(E_i\sim N(\mu,\sigma^2)\) with \(\mu=0, \sigma=5\). The relationship between \(E_i\) and the samples under selection is given by \[\log\frac{\pi_i}{1-\pi_i}=\alpha_0+\alpha_1 E_i,\] where \(\pi_i\) represents the probability of sample coming under selection. Here parameters are set as \(\alpha_0=0.1, \alpha_1=1\).
On log scale, for background mutation rate \(f_0\), we consider two cases, \(f_0=0,1\). For samples under selection, the increase of missense mutation rate are \(f_m=0,1.2\). The increase of nonsense mutation rate are fixed at \(f_{non}=1.51\). For samples not under selection, both missense and nonsense mutation rate are same as the background mutation rate.


sessionInfo()
R version 4.1.2 (2021-11-01)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19043)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.1252 
[2] LC_CTYPE=English_United States.1252   
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C                          
[5] LC_TIME=English_United States.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.8       rstudioapi_0.13  whisker_0.4      knitr_1.37      
 [5] magrittr_2.0.2   workflowr_1.7.0  R6_2.5.1         rlang_1.0.1     
 [9] fastmap_1.1.0    fansi_1.0.2      highr_0.9        stringr_1.4.0   
[13] tools_4.1.2      xfun_0.29        utf8_1.2.2       cli_3.1.1       
[17] git2r_0.29.0     jquerylib_0.1.4  htmltools_0.5.2  ellipsis_0.3.2  
[21] rprojroot_2.0.2  yaml_2.2.2       digest_0.6.29    tibble_3.1.6    
[25] lifecycle_1.0.1  crayon_1.5.0     later_1.3.0      sass_0.4.0      
[29] vctrs_0.3.8      promises_1.2.0.1 fs_1.5.2         glue_1.6.1      
[33] evaluate_0.14    rmarkdown_2.11   stringi_1.7.6    bslib_0.3.1     
[37] compiler_4.1.2   pillar_1.7.0     jsonlite_1.7.3   httpuv_1.6.5    
[41] pkgconfig_2.0.3