genesetcollection {BiocSet} | R Documentation |
The following functions deal with converting a BiocSet
object into a GeneSetCollection
object, or vice versa.
GeneSetCollection_from_BiocSet(biocset) BiocSet_from_GeneSetCollection(gsc)
biocset |
The |
gsc |
The |
For 'GeneSetCollection_from_BiocSet()', a GeneSetCollection.
For 'BiocSet_from_GeneSetCollection()', a BiocSet object.
biocset <- BiocSet(set1 = letters, set2 = LETTERS) gsc <- GeneSetCollection_from_BiocSet(biocset) gsc BiocSet_from_GeneSetCollection(gsc)