Last updated: 2023-07-21

Checks: 2 0

Knit directory: SISG2023_Association_Mapping/

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! 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 e832f7a. 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:    data/sim_rels_geno.bed
    Ignored:    exe/
    Ignored:    mk_website.R
    Ignored:    tmp/

Untracked files:
    Untracked:  .mk_website.R.swp
    Untracked:  analysis/SISGM15_prac4Solution.Rmd
    Untracked:  analysis/SISGM15_prac5Solution.Rmd
    Untracked:  analysis/SISGM15_prac6Solution.Rmd
    Untracked:  analysis/SISGM15_prac9Solution.Rmd
    Untracked:  analysis/Session01_practical_Key.Rmd
    Untracked:  analysis/Session02_practical_Key.Rmd
    Untracked:  analysis/Session03_practical_Key.Rmd
    Untracked:  analysis/Session07_practical_Key.Rmd
    Untracked:  analysis/Session08_practical_Key.Rmd

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/using_server.Rmd) and HTML (docs/using_server.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 e832f7a Joelle Mbatchou 2023-07-21 update notes on server
html 7126834 Joelle Mbatchou 2023-06-28 Build site.
Rmd 1f3a4dc Joelle Mbatchou 2023-06-25 add files for website

We will be using an online server to run the module exercises. To get setup, we will provide you with username and password to access the server the first day of classes.

Data sets

We have loaded data sets needed for the class exercises onto the server at /data/SISG2023M15/data/.

Template R code

Template R code is available for some of the exercises to get your started; these are available in /data/SISG2023M15/code/. We recommend you copy the files in this folder so you will be able to modify them when you try out the exercises.

Using RStudio Server

We have started a RStudio server so you can start a Rstudio session from your web browser which will run on the online server. To connect your browser to the online server:

Go to your web browser and enter http://si2023-compute.biostat.washington.edu:8787/. You should be re-directed to the RStudio login page where you can enter your username/password.

Once logged in, the working directory will be your home directory.

We strongly encourage you to use this when doing the class exercises so it will be easier to run scripts from RStudio, load datasets as well as visualize plots.

Notes

Datasets and R template code are all available in the Github repository (under the data/ and code/ subdirectories, respectively).