Description Usage Arguments Details Queries Strain Collections Strain Collection Keys Media Treatments
This function launches a Shiny gadget that allows a user to record information about plate images for arrayed colony growth experiments.
1 2 3 4 5 6 7 8 9 10 11 12 |
dir |
Directory of images to process. Defaults to the current working directory. |
queries |
A dataframe of available queries. Uses
|
strain_collections |
A dataframe of available strain
collections. Uses |
strain_collection_keys |
A dataframe of strain collection keyfiles.
Uses |
media |
A dataframe of available media. Uses
|
treatments |
A dataframe of available treatments. Uses
|
temperatures |
A vector of recommended temperatures. |
overwrite |
Should existing annotations be overwritten?
Defaults to |
update |
Should annotation tables be updated? Defaults to |
... |
Currently unused. |
This application is provided to make annotation of plates in
colony growth experiments easier and safer. It will try to warn, or prevent
the user from entering invalid data. If the user does not supply annotation
tables (i.e. missing the arguments queries
, strain_collections
,
strain_collection_keys
, media
, or treatments
) then the
user defined options will be used (via getOption('screenmill.<table>')
)
The rothfreezer
package database will be used as a fallback if available.
The resulting annotation tables are saved as CSV files in the chosen directory.
To quit without saving, just press "Cancel".
Required fields for annotation tables are described in the following sections.
Query IDs (e.g. plasmid/strain IDs). Must be unique.
Shorthand name of the query. Does not need to be unique.
The query ID of the control (e.g. empty vector). Should also be present as a query ID.
Unique IDs for strain collections.
A description of the strain collection.
The strain's corresponding collection ID.
Unique identifiers for each strain.
Shorthand name of the strain. Does not need to be unique.
The collection plate number.
The row number.
The column number.
TRUE
/FALSE
is the strain a plate control? Strains
marked TRUE
will be used for plate level normalization.
A unique ID for the base media used in the final plate of the experiment.
Shorthand name of the media.
A unique ID for the treatment condition.
Shorthand name of the treatment condition.
The treatment ID of the control condition (e.g. Untreated).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.