annotate_with_biomart: Title

View source: R/polya_annotate.R

annotate_with_biomartR Documentation

Title

Description

Title

Usage

annotate_with_biomart(
  polya_data,
  attributes_to_get = c("ensembl_transcript_id", "external_gene_name", "description",
    "transcript_biotype"),
  filters = "ensembl_transcript_id",
  mart_to_use = NA
)

Arguments

polya_data

polya data table to annotate

attributes_to_get

what annotations should be retrieved. Default = c('external_gene_name','description','transcript_biotype')

filters

which column should be matched in the target mart

mart_to_use

mart object created with useMart or useEnsembl

Value

a tibble


smaegol/nanotail documentation built on June 29, 2024, 12:35 a.m.