Skip to content

A set of tools to help bioinformaticians, clinicians and biostatisticians to design, analyze and finalize a custom gene panel for clinical trial in cancer genomics.

License

Notifications You must be signed in to change notification settings

gmelloni/PrecisionTrialDrawer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-CMD-check

PrecisionTrialDrawer

A set of tools to help bioinformaticians, clinicians and biostatisticians to design, analyze and finalize a custom gene panel for clinical trial in cancer genomics.

Install

You can install PrecisionTrialDrawer using devtools

install.packages("devtools")
devtools::install_github("gmelloni/PrecisionTrialDrawer")

In case some of the dependencies are not automatically downloaded, you can install the dependencies first and then run install_github

source("https://bioconductor.org/biocLite.R")
biocLite(c('cBioPortalData','parallel','stringr',
    'reshape2','data.table','RColorBrewer',
    'BiocParallel','magrittr','biomaRt',
    'XML','httr','jsonlite',
    'ggplot2','ggrepel','grid',
    'S4Vectors','IRanges','GenomicRanges',
    'googleVis','shiny',
    'shinyBS','DT','brglm','BiocStyle',
    'knitr','rmarkdown','dplyr','testthat'))
biocLite('LowMACAAnnotation')
devtools::install_github("gmelloni/PrecisionTrialDrawer")

Info

For an explanation of the package functionalities, refer to the official website: https://gmelloni.github.io/ptd/

Web resource

A demo version of PTD is available as a web resource here. The web version is meant for demonstration purpose and only a limited group of functionalities are implemented.

About

A set of tools to help bioinformaticians, clinicians and biostatisticians to design, analyze and finalize a custom gene panel for clinical trial in cancer genomics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages