Last updated: 2021-03-18
Checks: 2 0
Knit directory: wildlife-haemoprotozoa/
This reproducible R Markdown analysis was created with workflowr (version 1.6.2). 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 d429fdd. 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: .DS_Store
Ignored: .Rhistory
Ignored: .Rproj.user/
Ignored: analysis/.DS_Store
Ignored: data/.DS_Store
Ignored: output/.DS_Store
Untracked files:
Untracked: NCBI_submission/
Untracked: Rplot.pdf
Untracked: Rplot01.pdf
Untracked: Rplot02.pdf
Untracked: code/usearchv11_18S_Kineto.sh
Untracked: data/NGS_18S_kinet/
Untracked: data/Rdata/
Untracked: data/Sanger-piroplasm/
Untracked: data/haemoprotozoa.csv
Untracked: data/haemoprotozoa.xlsx
Untracked: data/tryp-phyloseq/
Untracked: microscopy/
Untracked: output/plots/
Unstaged changes:
Modified: analysis/_site.yml
Deleted: analysis/about.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/index.Rmd
) and HTML (docs/index.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 | d429fdd | siobhon-egan | 2021-03-18 | First publish |
Rmd | 4999de0 | siobhon-egan | 2021-02-12 | Start workflowr project. |
This website documents my PhD project related to wildlife haemoprotozoa. In the spirit of reproducibility this project website is created that outlines analysis done for the following publication:
Egan et al. Uncovering sylvatic cylces of bacteria in Australian wildlife.
PhD Thesis 2021 (Chapter five)
This website is build with workflowr
package and hosted on my github.
Raw Illumina MiSeq data is available at NCBI SRA project XXXXX
Nucleotide sequence data available on Genbank
Data used but not directly produced for this manuscript.
Nucleotide data for identification of ticks MW665133
-MW665150
To build/view webiste locally wflow_build()
and wflow_view()
Status of workflow wflow_status()
Publish website pages wflow_publish(c("analysis/index.Rmd", "analysis/first-analysis.Rmd"), "Add my first analysis")
Push website to github wflow_git_push()