Name Mode Size
R 040000
data 040000
man 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 1 kb
DESCRIPTION 100644 1 kb
LICENSE.md 100644 34 kb
NAMESPACE 100644 1 kb
NEWS 100644 1 kb
README.md 100644 1 kb
README.md
# TNBC.CMS # Overview -------- This package implements a machine learning-based classifier for the assignment of consensus molecular subtypes to TNBC samples. It also provides functions to summarize genomic and clinical characteristics. Author: Doyeong Yu, Jihyun Kim, In Hae Park, Charny Park Installation ------------ ``` r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("TNBC.CMS", version = "3.9") ``` Documentation ----- ``` r browseVignettes("TNBC.CMS") ```