inoriln / LUADrisk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LUADrisk

The goal of LUADrisk is to evaluate lung adenocarcinoma survival risk.

Installation

You can install the released version of LUADrisk from Github with:

install_github("inoriln/LUADrisk")

Example

This is a basic example which shows you how to solve a common problem:

library(LUADrisk)
## basic example code
#GSE31210
data("genes_expr")
Sample_risk <- LUADrisk(genes_expr)

About

License:Other


Languages

Language:R 100.0%