feat_ds_well_ref: Create well feature dataset reference objects

View source: R/feature.R

feat_ds_well_refR Documentation

Create well feature dataset reference objects

Description

While FeatureVectorDatasetReference objects represent feature datasets on a plate level, FeatureVectorDatasetWellReference reference feature datasets on well-level. In order to create such well-level representations, a set of FeatureVectorDatasetReference and a set of WellPosition are combined to FeatureVectorDatasetWellReference objects where each instance contains a single object of the inputted sets. If either argument is of length greater than 1, the other argument has to be of the same length or of length 1, in which case it will be base::rep()eated to the required length.

Usage

feat_ds_well_ref(x, wells)

Arguments

x

A set of FeatureVectorDatasetReference objects.

wells

A set of WellPosition objects.


ropensci/infx documentation built on May 14, 2022, 5:51 p.m.