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

View source: R/mi_get_ID.R

mi_get_IDR Documentation

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"
)

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.

Value

A tibble dataframe.


MantaID documentation built on Sept. 11, 2024, 6 p.m.

Related to mi_get_ID in MantaID...