Description Usage Arguments Details See Also Examples
View source: R/buildFromEnsgs_function.R
buildFromEnsgs
returns an empty 'mgl' list given ensembl ENSG gene ids.
1 | buildFromEnsgs(ensg)
|
ensg |
A character vector with ENSG gene ids |
This is one of three functions that can be used to set up the list structure. It starts with ENSG gene ids.
Other Build list: buildFromNames
,
buildFromRegion
1 2 3 | ## Not run: buildFromEnsgs(ensg =
c('ENSG00000087237', 'ENSG00000165029', 'ENSG00000084674')) -> myMgl
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.