makeFeatureCompatible: Enforce equal feature sets

Description Usage Arguments Value Examples

View source: R/makeFeatureCompatible.R

Description

Given a list of DataObject, ensure that all list enstries have the same set of features.

Usage

1

Arguments

lst

A list of DataObjects.

Value

A list of DataObjects (same type as input) which is guaranteed to have the same feature set.

Examples

1
2
3
4
5
wells <- findWells(plates=c("J110-2C", "J104-2D", "J107-2L"),
                   well.names=c("H2", "H6"))
data  <- unlist(getSingleCellData(wells), recursive=FALSE)
data  <- lapply(data, cleanData, "lower")
data  <- makeFeatureCompatible(data) 

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