inst/shinyApp/about.md

title: "About" author: "Pablo Rodriguez" date: "11/27/2019" output: html_document

A Shiny App for the GenomicScore package

Welcome to our shiny gscore app.

The purpose of this app is to facilitate using the GenomicScores package with a simple GUI.

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")

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 )



Try the GenomicScores package in your browser

Any scripts or data that you put into this service are public.

GenomicScores documentation built on Nov. 8, 2020, 5:21 p.m.