|>
rather than magrittr pipe %>%
display_plate_helpers
new functions to make it easier to display plate plans with varied information.data$
syntaxscale_..._nice
and scale_loglog
from tidyqpcr, because those capabilities are now available in the scales package using label_log
and similar functions. Older code may need to change scale_y_log10nice
to scale_y_log10(labels = scales::label_log())
, for example.display_plate
function to be more flexible, so older code will need to use display_plate_qpcr
to ensure that sample_id
and target_id
info displays. Updated to v0.5.calculate_deltadeltacq_bytargetid
, and a vignette illustrating this with a small data set from a 96-well plate.sample_id
for nucleic acid sample (replaces Sample or SampleID), target_id
for primer set/ probe (replaces TargetID or Probe), prep_type
for nucleic acid preparation type (replaces Type), and cq
for quantification cycle (replaces Cq or Ct). It should be possible to upgrade old analysis code by (case-sensitive) search and replace. Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.