getCacheFilenameData: Get path/filename of a PlateLocation/WellLocation object...

Description Usage Arguments Value Examples

View source: R/getCacheFilenameData.R

Description

Upon downloading from openBIS and importing to R, all single cell data associated with a PlateLocation/WellLocation is cached in an .rds file. This function retrieves the filepath of this cache file.

Usage

1

Arguments

x

PlateLocation/WellLocation object

Value

The path/filename of the single cell data cache of PlateLocation/WellLocation object (as a string)

Examples

1
2
plate <- PlateLocation("J101-2C")
path <- getCacheFilenameData(plate)

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