giris | R Documentation |
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.
giris
An object of class data.frame
with 150 rows and 5 columns.
head(giris) pairs(giris, col = giris$GRADE) pca2 <- prcomp(giris2[, -5], scale = TRUE) factoextra::fviz_pca_ind(pca2, col.ind = giris2$GRADE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.