Last updated: 2022-11-09
Checks: 1 1
Knit directory: dgrp-starve/
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.
The R Markdown file has unstaged changes. To know which version of
the R Markdown file created these results, you’ll want to first commit
it to the Git repo. If you’re still working on the analysis, you can
ignore this warning. When you’re finished, you can run
wflow_publish
to commit the R Markdown file and build the
HTML.
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 81037cc. 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:
Unstaged changes:
Modified: analysis/about.Rmd
Modified: analysis/dataPrep.Rmd
Modified: analysis/index.Rmd
Modified: analysis/license.Rmd
Modified: analysis/starve.Rmd
Modified: code/combineSNP.R
Modified: code/fourLinePrep.R
Deleted: code/largeDataManip.R
Deleted: code/rowMean.R
Deleted: code/sort.R
Modified: code/starveDataPrep.R
Deleted: code/tempWFR.R
Modified: data/README.md
Deleted: data/g1-result.txt
Deleted: data/group1.txt
Deleted: data/testComp.txt
Deleted: jobs/line_comp.76967.err
Deleted: jobs/line_comp.76967.out
Deleted: jobs/line_comp.sbatch
Deleted: output/Summary.png
Deleted: output/Summary2.png
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/about.Rmd
) and HTML
(docs/about.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 |
---|---|---|---|---|
html | 81037cc | nklimko | 2022-11-09 | html reworking, snp success |
html | d2abea6 | nklimko | 2022-11-05 | 11/5 Phase plan, data prep/analysis nested steps and pseudo for script |
Rmd | e9314ce | nklimko | 2022-11-05 | wflow_git_commit(all = TRUE) |
html | e9314ce | nklimko | 2022-11-05 | wflow_git_commit(all = TRUE) |
Rmd | 3dab5a8 | nklimko | 2022-11-01 | all files for me |
html | 3dab5a8 | nklimko | 2022-11-01 | all files for me |
The common fruit fly, Drosophila melanogaster, is a model oganism due to short life cycles, small genomes that allow targetted manipulation, and analogous organ systems to humans. This allows for an accelerated rate of genetic testing and manipulation while bypassing major ethical concerns of experimenting on humans.
Diligent work in fly breeding and line isolation gave way to the Drosophila Reference Genetic Panel, known as DGRP2. This database contains over 200 gravid isofemale lines that have had their whole genomes sequenced.
Beyond this, extensive data collection has been performed on behavioral, fitness, and morphological traits for both males and females. Note: Males have an additional behavioral trait, aggression, which was collected from this study. FAKE, not sure which study
In this project, I looked at starvation resistance alone to practice data analysis and hopefully uncover interesting patterns.