Plots each curve individually, plotting each plate as one facet_wrap matrix, in 96 well format. this allows for manual spot-checking of technical replicates and individual wells.
1 2 3 4 5 6 | GCGplot_matrices(
data.combined.summarized,
graphic.title,
out.dir,
matrix.columns = 12
)
|
data.combined.summarized |
tidy, long dataframe with columns "Coordinate", "plate.name", "Time", "OD600", "Strain", "Condition", "Bio_rep" – from TimeseriesLayoutBlank function |
graphic.title |
what you would like to title this graphic |
out.dir |
output directory: path to the folder where you would like to store these pictures – should end in "/". for working directory, use "./" |
matrix.columns |
how many columns does your plate have? Numeric. Defaults to 12 for 96well plate |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.