Description Usage Arguments Value Examples
Given a rds file or a rda file with one GenoSet, load it, and return. Objects that pre-date the switch to a RangedSummarizedExperiment internal representation (V 1.29.0) are automatically switched to the new format.
1 | readGenoSet(path)
|
path |
character, path to rds or rda file |
GenoSet or related object (only object in RData file)
1 2 3 | ## Not run: ds = readGenoSet('/path/to/genoset.RData')
## Not run: ds = readGenoSet('/path/to/genoset.rda')
## Not run: ds = readGenoSet('/path/to/genoset.rds')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.