mi_get_ID {MantaID}R Documentation

Get ID data from Biomart database use attributes.

Description

Get ID data from Biomart database use 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.


[Package MantaID version 1.0.2 Index]