PlateData: Constructor for PlateData objects

Description Usage Arguments Value Examples

View source: R/Data.R

Description

Given a PlateLocation object, fetch and/or restructure the corresponding MatData object into a PlateLocation object.

Usage

1
PlateData(plate, select = NULL, drop = NULL, data = NULL)

Arguments

plate

PlateLocation object corresponding to the plate of interest

select

A vector of strings that are matched with features to be kept.

drop

A vector of strings that are matched with features to be dropped.

data

MatData object corresponding to the plate of interest

Value

A nested list; for structure see examples section

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
plate <- PlateLocation("J101-2C")
data  <- PlateData(plate)

## Not run: 
  --> structure of output
    |--> metadata for plate
    |--> data (list of 384 WellData objects)
       |--> A1
      ...
       |--> P24
          |--> metadata for well
          |--> data (list of 9 ImageData objects)
             |--> img_11
            ...
             |--> img_33

## End(Not run)

nbenn/singleCellFeatures documentation built on May 23, 2019, 12:24 p.m.