Learn R Programming

mglR (version 0.1.0)

buildFromEnsgs: Build empty list using ENSG gene ids.

Description

buildFromEnsgs returns an empty 'mgl' list given ensembl ENSG gene ids.

Usage

buildFromEnsgs(ensg)

Arguments

ensg
A character vector with ENSG gene ids

Details

This is one of three functions that can be used to set up the list structure. It starts with ENSG gene ids.

See Also

Other Build list: buildFromNames, buildFromRegion

Examples

Run this code
## Not run: buildFromEnsgs(ensg = 
# c('ENSG00000087237', 'ENSG00000165029', 'ENSG00000084674')) -> myMgl## End(Not run)

Run the code above in your browser using DataLab