View source: R/DataBaseGetters.R
getUorfsInDb | R Documentation |
get the uorfs in the database
getUorfsInDb(withExons = T, withTranscripts = T, uniqueORFs = T, mode = "uORF")
withExons |
logical, default TRUE, should the uorfs be splitted by exons |
withTranscripts |
logical, default TRUE, should the uorfs have transcript information, warning, this will duplicate some uorfs. |
uniqueORFs |
logical, default TRUE, only unique |
mode |
character, default "uORF". Also "CDS" for validation runs. |
a GRangesList or data.table, if(F, F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.