loadCollection: Loads a collection of pathways from the repository

Description Usage Arguments Value Examples

Description

Loads a collection of pathways from the repository

Usage

1
loadCollection(rp, collection)

Arguments

rp

A repository created by createRepository.

collection

One of the names returned by getCollections.

Value

a GeneSetCollection object loaded from the repository rp.

Examples

1
2
3
4
5
6
7
8
9
db <- loadSamplePWS()
repo_path <- file.path(tempdir(), "gep2pepTemp")

rp <- createRepository(repo_path, db)
geps <- loadSampleGEP()

loadCollection(rp, "c3_TFT")

unlink(repo_path, TRUE)

franapoli/gep2pep documentation built on May 30, 2019, 4:34 p.m.