Description Usage Arguments Details Value
Tidy a lab object
Tidy a nanodrop object
1 2 3 4 |
x |
a |
... |
Arguments passed to their respective methods |
force_tidy |
Logical. Should the tidying take place, even if the |
This function:
renames columns to sensible substitutes
converts date-times to ISO 8601-esque date-time format (YYYY-MM-DD HH:MM:SS vs YYYY-MM-DDTHH:MM:SSZ)
It's recommended that you do any manipulations to these data after you tidy,
rather than before, as tidy_nanodrop
expects the output to be fairly similar
to the output from read_nanodrop
.
A tidy nanodrop
object will (usually) contain the following columns:
The date-time of sample reading, as YYYY-MM-DD HH:MM:SS
The name of the sample provided by the NanoDrop itself
The concentration of nucleic acid in ng/uL
The absorbance at 260nm / absorbance at 280nm. Typically a marker of protein contamination. Pure nucleic acid is typically around 2.
The absorbance at 260nm / absorbance at 230nm. Typically a marker of guanidine salt contamination. Pure nucleic acid is typically around 2.
The absorbance at 260nm, the wavelength nucleic acids absorb most strongly.
The absorbance at 280nm, the wavelength proteins absorb most strongly.
The label given the physical tube that contains sample
The cell line from which the sample came, if applicable
A brief description of the conditions these samples were subject to for the experiment
tube_name
, cell_line
, and experimental_condition
are always unfilled,
because these data are not within nanodrop data. However, they are provided
because they are included in the masterlist data, and it's wise to fill them
out for your records.
The remaining columns are typically unused.
a nanodrop
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.