|
| 1 | +# To be filled by the author(s) at the time of submission |
| 2 | +# ------------------------------------------------------- |
| 3 | + |
| 4 | +# Title of the article: |
| 5 | +# - For a successful replication, it shoudl be prefixed with "[Re]" |
| 6 | +# - For a failed replication, it should be prefixed with "[¬Re]" |
| 7 | +# - For other article types, no instruction (but please, not too long) |
| 8 | +title: "[Rp] Reproducibility report: Identifying essential genes by mutagenesis" |
| 9 | + |
| 10 | +# List of authors with name, orcid number, email and affiliation |
| 11 | +# Affiliation "*" means contact author |
| 12 | +authors: |
| 13 | + - name: "Karl W. Broman" |
| 14 | + orcid: 0000-0002-4914-6671 |
| 15 | + |
| 16 | + affiliations: 1,* |
| 17 | + |
| 18 | +# List of affiliations with code (corresponding to author affiliations), name |
| 19 | +# and address. You can also use these affiliations to add text such as "Equal |
| 20 | +# contributions" as name (with no address). |
| 21 | +affiliations: |
| 22 | + - code: 1 |
| 23 | + name: "Department of Biostatistics and Medical Informatics, University of Wisconsin--Madison" |
| 24 | + address: "Madison, Wisconsin, USA" |
| 25 | + |
| 26 | +# List of keywords (adding the programming language might be a good idea) |
| 27 | +keywords: rescience c, ten years reproducibility challenge, R, MCMC, tuberculosis, Bayes |
| 28 | + |
| 29 | +# Code URL and DOI/SWH (url is mandatory for replication, doi after acceptance) |
| 30 | +# You can get a DOI for your code from Zenodo, or an SWH identifier from |
| 31 | +# Software Heritage. |
| 32 | +# see https://guides.github.com/activities/citable-code/ |
| 33 | +code: |
| 34 | + - url: https://github.com/kbroman/Paper_ReScience2020/ |
| 35 | + - doi: 10.5281/zenodo.3671998 |
| 36 | + - swh: swh:1:dir:277cad9553dc627f9a4047f38fc19ca1e76aee8c |
| 37 | + |
| 38 | +# Data URL and DOI (optional if no data) |
| 39 | +data: |
| 40 | + - url: https://github.com/kbroman/Paper_ReScience2020/ |
| 41 | + - doi: 10.5281/zenodo.3671998 |
| 42 | + |
| 43 | +# Information about the original article that has been replicated |
| 44 | +replication: |
| 45 | + - cite: "Lamichhane G, Zignol M, Blades NJ, Geiman DE, Dougherty A, Broman KW, Bishai WR (2003) A post-genomic method for predicting essential genes at subsaturation levels of mutagenesis: application to \\emph{Mycobacterium tuberculosis}. Proc Natl Acad Sci USA 100:7213-7218" |
| 46 | + - bib: lamichhane2003 |
| 47 | + - url: https://www.pnas.org/content/pnas/100/12/7213.full.pdf |
| 48 | + - doi: 10.1073/pnas.1231432100 |
| 49 | + |
| 50 | +# Don't forget to surround abstract with double quotes |
| 51 | +abstract: "As part of the ReScience Ten Years Reproducibility Challenge, I sought to reproduce the |
| 52 | + analyses in Lamichhane et al. (2003). The bulk of the code and data were quickly identified, |
| 53 | + though there were a number of challenges in reconstructing the analysis steps. There was little |
| 54 | + documentation and rather quirky file organization. And the code for one figure was not present |
| 55 | + in the main project directory but rather was discovered in a separate directory with presentation |
| 56 | + slides. Nevertheless, the bulk of the results could be reproduced to within Monte Carlo sampling |
| 57 | + error, with just one small change to the code to avoid errors due to a change in R. One of the |
| 58 | + paper's figures, however, could not be reproduced as the code for the computer simulations it |
| 59 | + presented could not be found." |
| 60 | + |
| 61 | +# Bibliography file (yours) |
| 62 | +bibliography: bibliography.bib |
| 63 | + |
| 64 | +# Type of the article |
| 65 | +# Type can be: |
| 66 | +# * Editorial |
| 67 | +# * Letter |
| 68 | +# * Replication |
| 69 | +type: Reproduction / Ten Years Reproducibility Challenge |
| 70 | + |
| 71 | +# Scientific domain of the article (e.g. Computational Neuroscience) |
| 72 | +# (one domain only & try to be not overly specific) |
| 73 | +domain: Genetics |
| 74 | + |
| 75 | +# Coding language (main one only if several) |
| 76 | +language: R |
| 77 | + |
| 78 | + |
| 79 | +# To be filled by the author(s) after acceptance |
| 80 | +# ----------------------------------------------------------------------------- |
| 81 | + |
| 82 | +# For example, the URL of the GitHub issue where review actually occured |
| 83 | +review: |
| 84 | + - url: |
| 85 | + |
| 86 | +contributors: |
| 87 | + - name: "Karthik Ram" |
| 88 | + orcid: 0000-0002-0233-1757 |
| 89 | + role: editor |
| 90 | + - name: "Leah Wang" |
| 91 | + orcid: 0000-0001-5905-8061 |
| 92 | + role: reviewer |
| 93 | + - name: "Peter Carbonetto" |
| 94 | + orcid: 0000-0003-1144-6780 |
| 95 | + role: reviewer |
| 96 | + |
| 97 | +# This information will be provided by the editor |
| 98 | +dates: |
| 99 | + - received: 17 Feb 2020 |
| 100 | + - accepted: 15 Jul 2020 |
| 101 | + - published: 24 Jul 2020 |
| 102 | + |
| 103 | +# This information will be provided by the editor |
| 104 | +article: |
| 105 | + - number: 12 # Article number will be automatically assigned during publication |
| 106 | + - doi: 10.5281/zenodo.3959516 # DOI from Zenodo |
| 107 | + - url: https://zenodo.org/record/3959516/files/article.pdf # Final PDF URL (Zenodo or rescience website?) |
| 108 | + |
| 109 | +# This information will be provided by the editor |
| 110 | +journal: |
| 111 | + - name: "ReScience C" |
| 112 | + - issn: 2430-3658 |
| 113 | + - volume: 6 |
| 114 | + - issue: 1 |
0 commit comments