saveToCache: Build cache files for certain Data objects

Description Usage Arguments Value Examples

View source: R/saveToCache.R

Description

Given a MatData/WellData object, save it to the corresponding cache location

Usage

1
saveToCache(x, force.write = FALSE)

Arguments

x

MatData/WellData object

force.write

Logical value indicating whether the cache file is overwritten if already present

Value

NULL (invisibly). The cache file is saves to its corresponding location.

Examples

1
2
3
plate <- PlateData(PlateLocation("J101-2C"))
well  <- extractWell(plate, WellLocation(plate, "A", 5), FALSE)
saveToCache(well)

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