igscores {GenomicScores} | R Documentation |
Starts an interactive GenomicScores shiny web app.
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.
## Not run: igscores() ## this will open your browser with the GenomicScores shiny web app ## End(Not run)