knitr::opts_chunk$set(echo = TRUE, message = FALSE, warning = FALSE, error = FALSE, fig.keep="all")

Hypothesis or Goal: Brief statement of purpose

Background

How: Protocols, calculations, reagents, equipment

Observations:

All that happens (planned or unplanned)

Raw experimental data

Reference to data location

pander::pandoc.table()
DT::datatable(extensions = c('Buttons', 'FixedHeader', 'Scroller'), options = list(
    dom = 'frtBip',
    buttons = c('copy', 'csv', 'excel', 'pdf', 'print'),
    deferRender = TRUE,
    scrollY = 200,
    scroller = TRUE)
    )

Data analysis:

Processing of raw data, graphs, interpretations

Ideas for future experiments



kirstengott/labnotebooktemplates documentation built on May 4, 2019, 3:09 a.m.