readLabWorksheet | R Documentation |
Read lab worksheet into dataframe of annotations
readLabWorksheet(lw, slideName, roiCol = NULL, slideCol = NULL)
lw |
lab worksheet file path |
slideName |
name of slide |
roiCol |
column containing ROI information, if NULL function will determine automatically |
slideCol |
column containing slide name, if NULL function will determine automatically |
df of ROI annotations
muBrainLW <- system.file("extdata", "muBrain_LabWorksheet.txt",
package = "SpatialOmicsOverlay")
muBrainLW <- readLabWorksheet(muBrainLW, slideName = "D5761 (3)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.