View source: R/databaseHelpers.R
readTable | R Documentation |
Note: Because of SQL naming, any table you defined that has column names starting with X, then a number directly afterwards, will lose the X.
readTable(
tableName,
asGR = FALSE,
with.IDs = TRUE,
uorfDB = get("uorfDB", envir = .GlobalEnv)
)
tableName |
name of table in sql database |
asGR |
convert to GRanges |
with.IDs |
include ID column (remove to make calculations easier) |
uorfDB |
the defined uORFome sql database, default: get("uorfDB", envir = .GlobalEnv) |
the table as data.table or GRanges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.