Description Usage Arguments Value
Repairs mother and daughter layouts resulting impossible transfers. Allows users to choose options to minimally modify layouts to remove impossible transfers.
1 2 3 4 5 6 7 | repair_layout(
mother,
daughter,
if_missing = "stop",
if_varied = "stop",
if_impossible = "stop"
)
|
mother |
A standardized mother layout. |
daughter |
A standardized daughter layout. |
if_missing |
How to resolve cases where a compound is present in the daughter, but not the mother.
|
if_varied |
How to resolve cases where a single compound is present in the mother at multiple concentrations.
|
if_impossible |
How to resolve cases where a compound in the daughter at a concentration exceeding its concentration in the mother.
|
A list
mother: a mother plate, with any issues repaired as specified
daughter: a daughter plate, with any issues repaired as specified
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.