View source: R/queryDatabase.R
queryDatabase | R Documentation |
Query elements of resulting annotations list to specified database in order to find pathogenic genes.
queryDatabase(
DMRsRanges,
db,
return.table = TRUE,
hold.columns,
is.genomic.ranges = FALSE,
thr = 0
)
DMRsRanges |
DMRs ranges |
db |
character, database to query |
return.table |
logical, optition to return a table instead a vector of presence. Default = TRUE |
hold.columns |
numeric vectors, column positions to hold when return.table=TRUE |
is.genomic.ranges |
logical, specifies if database is a GenomicRange objet or a data.frame. Default = FALSE |
thr |
numeric, threshold for beta difference values. Default = 0 |
a vector of presence or a data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.