createSELExperimentMetaData: Creates a data.frame that contains the elements of the...

View source: R/sel.R

createSELExperimentMetaDataR Documentation

Creates a data.frame that contains the elements of the "Experiment Meta Data" section of SEL

Description

The return structure represents the standard inputs of the "Experiment Meta Data" section of SEL

Usage

createSELExperimentMetaData(format = "Generic", protocolName = "",
  experimentName = "", scientist = "", notebook = "", page = "",
  assayDate = "", project = "")

Details

  • format character used during the SEL process to determine the type of SEL load (default is "Generic")

  • protocolName character that is the label_text of the protocol

  • experimentName character that is the label_text of the experiment

  • scientist character that is the username of the scientist who did the experiment

  • notebook character that is the notebook where the experiment is described

  • page character that is the page where the experiment is described

  • assayDate character representing the date the experiment was run in the format YYYY-MM-DD

  • project character that is the project for which the experiment was run

Value

data.frame representing the most common inputs to the SEL experiment meta data section

Examples

experimentMetaData <- createSELExperimentMetaData(protocolName = "Cytotox Assay",
                                                experimentName = "2013123_cytotox_bbolt",
                                                assayDate = "2013-01-12")

mcneilco/racas documentation built on Feb. 22, 2024, 10:07 p.m.