title: "About" author: "Pablo Rodriguez" date: "11/27/2019" output: html_document
Welcome to our shiny gscore app.
The purpose of this app is to facilitate using the GenomicScores package with a simple GUI.
show()
and citation()
function for that package.NOTE **** This app doesn't include any annotation package, it looks up for your libraries and retrieves the ones you have installed in your machine. In order to install them you can refer to their Bioconductor pages or manual.
Example:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("phastCons100way.UCSC.hg38")
Second, you can choose between the populations options from within your chosen package (e.g., default
or DP2
). You can choose more than one population.
Then, you have to choose between using this app interface to select parameters for the GRange object (seqname
, starting
and ending
position), or you can upload your own bed format file with this inputs in order to look up for their genomic scores.
Bear in mind that by using the app parameters, you can choose to see the mean gscore of a range of positions ( Range ), or you can see them separately ( Individual )
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.