Description Usage Arguments Value Examples
The following functions deal with converting a BiocSet
object into a GeneSetCollection
object, or vice versa.
1 2 3 | 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.
1 2 3 4 5 | 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.