Learn R Programming

MantaID (version 1.0.4)

mi_get_ID: Get ID data from the Biomart database using attributes.

Description

Get ID data from the Biomart database using attributes.

Usage

mi_get_ID(
  attributes,
  biomart = "genes",
  dataset = "hsapiens_gene_ensembl",
  mirror = "asia"
)

Value

A tibble dataframe.

Arguments

attributes

A dataframe.The information we want to retrieve.Use mi_get_ID_attr to hava try.

biomart

BioMart database name you want to connect to. Use biomaRt::listEnsembl to retrieve the possible database names.

dataset

Datasets of the selected BioMart database.

mirror

Specify an Ensembl mirror to connect to.