pull_data_from_biomart: Pull data table from biomart

View source: R/pull_data.R

pull_data_from_biomartR Documentation

Pull data table from biomart

Description

Pull data table from biomart

Usage

pull_data_from_biomart(
  host,
  mart,
  dataset,
  dest_attrs = default_biomart_attributes,
  filename = NULL
)

Arguments

host

Host url such as plants.ensembl.org

mart

Mart name such as plants_mart

dataset

Dataset name such as taestivum_eg_gene

dest_attrs

Attributes you want to retrieve. It can be a named vector or named list.

filename

File Name to save table.


altairwei/brookite documentation built on Nov. 1, 2022, 7:03 p.m.