Description Usage Arguments Value
View source: R/get_genome_db.R
getSeqTable will query 5' UTR or 3' UTR sequences of a list of transcripts from Ensembl database
| 1 2 3 4 5 6 7 8 9 | getSeqTable(
  transcriptIds,
  seqType,
  species,
  ensemblVersion,
  dataDir,
  downstream = NULL,
  upstream = NULL
)
 | 
| transcriptIds | a list of Ensembl transcript ids | 
| seqType | Either '5utr' or '3utr'. 5utr' for 5' UTR sequence, '3utr' for 3' UTR sequences | 
| species | human or mouse | 
| dataDir | directory to store DB information | 
sequences table containing columns: ensembl_transcript_id and seq
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.