View source: R/convert_platemap.R
convert_platemap | R Documentation |
function to convert excel plate map to long data frame with map locations.
uses readxl
to read in excel file so additional arguments
are passed to readxl::read_excel
convert_platemap(
from_file = TRUE,
plate_map,
sheet = NULL,
map_range,
drop_empty = TRUE,
...
)
from_file |
logical. Set to |
plate_map |
excel file containing plate map |
sheet |
name or number of excel sheet. defaults to first sheet |
map_range |
string. cell range containing plate map format using excel notation (e.g. 'A1:H12') |
drop_empty |
boolean. default TRUE. drop unlabeled wells |
... |
Arguments passed to |
When from_file=FALSE
, plate rows (e.g. A, B, C etc.) are set as rownames.
datafame of platemap in long form
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.