rebuildCache: Rebuild cache files for certain Data objects

Description Usage Arguments Value Examples

View source: R/rebuildCache.R

Description

Given an existing MatData cache file and some feature files that were not imported correctly, update and save it to the corresponding cache location.

Usage

1

Arguments

x

MatData object

location

An optional argument for the location of the new .mat files. If not specified, the /Errors directory is checked and if it does not exist, the missing features are detected and downloaded.

names

An optional argument for the name of the newly added feature. If not specified, the filename (without extension) will be used. It is ignored when the missing features are detected automatically.

Value

The updated MatData object. The updated cache file is saved to its corresponding location.

Examples

1
2
dat <- MatData(PlateLocation("J110-2C"))
dat <- rebuildCache(dat)

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