Get ID data from the Biomart database using attributes.
mi_get_ID.RdGet ID data from the Biomart database using attributes.
Usage
mi_get_ID(
attributes,
biomart = "genes",
dataset = "hsapiens_gene_ensembl",
mirror = "asia"
)Arguments
- attributes
A dataframe.The information we want to retrieve.Use
mi_get_ID_attrto hava try.- biomart
BioMart database name you want to connect to. Use
biomaRt::listEnsemblto retrieve the possible database names.- dataset
Datasets of the selected BioMart database.
- mirror
Specify an Ensembl mirror to connect to.