Description Usage Details Value Author(s) References See Also Examples
View source: R/methods-shinyApp.R
Starts an interactive GenomicScores shiny web app.
1 | igscores()
|
The goal of the GenomicScores
package is to provide support to store
and retrieve genomic scores associated to physical nucleotide positions along
a genome.
The igscores()
function starts an interactive shiny web app that allows the
user to query annotation packages storing genomic scores. Internally, it calls to
the function gscores()
; see its manual page for a description of the
arguments and their default and alternative values.
None.
P. RodrÃguez and R. Castelo
Puigdevall, P. and Castelo, R. GenomicScores: seamless access to genomewide position-specific scores from R and Bioconductor. Bioinformatics, 18:3208-3210, 2018.
1 2 3 4 | ## Not run:
igscores() ## this will open your browser with the GenomicScores shiny web app
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.