Description Usage Arguments Details
View source: R/functions_tss.R
Download location of Transcripion Start Sites from Ensembl Biomart
1 2 | download_tss(host = "http://Apr2018.archive.ensembl.org", filter = "",
filter_values = "")
|
host |
url; to specify which version of Ensembl to use, see biomaRt::listEnsemblArchives() |
filter |
charachter vector; specifies which filters to use e.g. c("external_gene_name","transcript_biotype") |
filter_values |
list; corresponding values of the filter e.g. list(gene_names,"protein_coding") |
Uses ensembl biomart to download location of Transcripion Start Sites If there are multiple tss the best is determined by tsl, then by appris, then by length.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.