genesetcollection: GeneSetCollection

genesetcollectionR Documentation

GeneSetCollection

Description

The following functions deal with converting a BiocSet object into a GeneSetCollection object, or vice versa.

Usage

GeneSetCollection_from_BiocSet(biocset)

BiocSet_from_GeneSetCollection(gsc)

Arguments

biocset

The BiocSet object that will become a GeneSetCollection object.

gsc

The GeneSetCollection that will become a BiocSet object.

Value

For 'GeneSetCollection_from_BiocSet()', a GeneSetCollection.

For 'BiocSet_from_GeneSetCollection()', a BiocSet object.

Examples

biocset <- BiocSet(set1 = letters, set2 = LETTERS)
gsc <- GeneSetCollection_from_BiocSet(biocset)
gsc

BiocSet_from_GeneSetCollection(gsc)

Bioconductor/BiocSet documentation built on Feb. 9, 2024, 9:12 p.m.