View source: R/polya_annotate.R
annotate_with_biomart | R Documentation |
Title
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
)
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 |
a tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.