genesetcollection | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.