giris: Expression data

girisR Documentation

Expression data

Description

This data is a copy of the iris data, reframed for biomedical course. It illustrates the expression of 4 genes, BRCA1, BRCA2, TP53 and A1CF, in 150 patients, that have been categorised in 3 catégories, A, B and C.

Usage

giris

Format

An object of class data.frame with 150 rows and 5 columns.

Examples

head(giris)
pairs(giris, col = giris$GRADE)

pca2 <- prcomp(giris2[, -5], scale = TRUE)
factoextra::fviz_pca_ind(pca2, col.ind = giris2$GRADE)

UCLouvain-CBIO/rWSBIM1322 documentation built on Nov. 28, 2022, 11:43 a.m.