MatData: Constructor for MatData objects

Description Usage Arguments Value Examples

View source: R/Data.R

Description

Given a PlateLocation object, fetch (from file or from openBIS) the corresponding MatData object.

Usage

1
MatData(plate, force.download = FALSE)

Arguments

plate

PlateLocation 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
plate <- PlateLocation("J101-2C")
data  <- MatData(plate)

## Not run: 
  --> structure of output
    |--> meta
       |--> metadata for plate
    |--> data
       |--> Feature_1
      ...
       |--> Feature_3456

## End(Not run)

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