HTD.create: HTD file creation

View source: R/CreateHTD.R

HTD.createR Documentation

HTD file creation

Description

Function that create the HTD file necessary to import images into MX database

Usage

HTD.create(
  Pty = 1,
  WellList = c("A01", "A02"),
  TimePt = 1,
  PlateName = "Template",
  export,
  Sites = c(3, 3),
  Channels = c("DAPI", "GFP")
)

Arguments

Pty

1 for 384-well plate, 2 for 96-well plate

WellList

List of wells "acquired" in plate

TimePt

Timepoint number

PlateName

Plate name

export

Where to write the HTD file

Sites

Number of sites along x and y dimensions

Channels

MX channels

Value

An HTD file for plate import

Author(s)

Allan Sauvat, allan.sauvat@gustaveroussy.fr


asauvat/MetaxpR documentation built on July 19, 2023, 1:04 p.m.