loadPreloaded {phantasus}R Documentation

Load GEO Dataset.

Description

loadPreloaded returns the file with serialized ExpressionSets using ProtoBuf, that were preloaded on server.

Usage

loadPreloaded(name, exactName = NULL)

Arguments

name

String, containing filename. Assuming that in the directory with preloaded files preloadedDir exists file filename.rda with list of ExpressionSets ess.

exactName

If you know, that inside file is object with name exactName, you can specify it to load only this object. Otherwise, whole file will be loaded.

Value

File with ProtoBuf-serialized ExpressionSet-s that were loaded from specified file.


[Package phantasus version 1.2.1 Index]