Skip to content

billila/imageTCGA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imageTCGA

imageTCGA is an R package designed to provide an interactive Shiny application for exploring the TCGA Diagnostic Image Database. This application allows users to filter and visualize clinical data, geographic distribution, and other relevant statistics related to TCGA diagnostic images.

Installation and Setup

Follow the steps below to install and load the package.

# Step 1: Install devtools if you haven't already
install.packages("devtools")

# Step 2: Load devtools
library("devtools")

# Step 3: Install imageTCGA from GitHub
devtools::install_github("billila/imageTCGA")

# Step 4: Load imageTCGA
library(imageTCGA)

Run the shiny App

After installing the package, you can run the Shiny application by executing the following command in R:

# run:
imageTCGA::imageTCGA()

This command will launch the interactive application in your default web browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages