genesetcollection: GeneSetCollection

Description Usage Arguments Value Examples

Description

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

Usage

1
2
3

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

1
2
3
4
5
biocset <- BiocSet(set1 = letters, set2 = LETTERS)
gsc <- GeneSetCollection_from_BiocSet(biocset)
gsc

BiocSet_from_GeneSetCollection(gsc)

BiocSet documentation built on Nov. 8, 2020, 7:48 p.m.