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.

feat_ds_well_ref(x, wells)

Arguments

x

A set of FeatureVectorDatasetReference objects.

wells

A set of WellPosition objects.