inst/plugins/demoRsp/onRun.R

onRun <- function(data, ..., pluginVersion="0.5") {
  assays <- getSections(data, "spots");
  nbrOfAssays <- length(assays);

  #Lc# pluginPath=${pluginPath}

  #### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  #L+# Listing assays
  #### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  for (assay in assays) {
  }
  gc();

  #L-#

  # Returning nothing.
  NULL;
}
HenrikBengtsson/aroma.Base documentation built on May 7, 2019, 1:51 a.m.