We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This module will be taught on Nov 23.
On branch growth-curve.
growth-curve
Place tutorial in inst/tutorials/growth_curve.
inst/tutorials/growth_curve
Create a data table in well_information.csv format from well_information.png with the following columns:
well_information.csv
well_information.png
student
student A
blank
TRUE
FALSE
media
LB
MM
Delete well_information.pngfrom repo after conversion to .csv.
.csv
Write instructions for students on how to transcribe the well_information.png.
Create learnr tutorial growth_curve.Rmd. Use tidyverse functions were sensible to:
growth_curve.Rmd
growth_data.csv
Flesh out Rmd to provide context to individual steps.
Integrate growth_data.csv as an external data set.
Create a download button, so a local copy of datasets is saved.
The text was updated successfully, but these errors were encountered:
Noonanav
No branches or pull requests
This module will be taught on Nov 23.
On branch
growth-curve
.Place tutorial in
inst/tutorials/growth_curve
.Create a data table in
well_information.csv
format fromwell_information.png
with the following columns:student
: use only generic names, i.e.student A
, etc.blank
:TRUE
for blanks,FALSE
for wells with bacteria (i.e. wells with indicated OD, ignore value).media
:LB
for 3133, andMM
(i.e "minimal media") for 3145.Delete
well_information.png
from repo after conversion to.csv
.Write instructions for students on how to transcribe the
well_information.png
.Create learnr tutorial
growth_curve.Rmd
. Use tidyverse functions were sensible to:growth_data.csv
) into R.media
).Flesh out Rmd to provide context to individual steps.
Integrate
growth_data.csv
as an external data set.Create a download button, so a local copy of datasets is saved.
The text was updated successfully, but these errors were encountered: