ihc_test_data | R Documentation |
A dataset containing simulated Immunohistochemistry (IHC) marker results for a set of samples. Each marker's expression is likely categorical (e.g., "Positive", "Negative", "Low", "High", or specific scoring).
data(ihc_test_data)
A data frame with 100 rows and 9 variables:
Character. Unique identifier for each sample.
Character. Estrogen Receptor status or score.
Character. Progesterone Receptor status or score.
Character. HER2/neu status or score.
Character. Ki-67 proliferation index, possibly as a category or percentage range.
Character. p53 protein expression status or score.
Character. CD3 (T-cell marker) expression status or score.
Character. CD20 (B-cell marker) expression status or score.
Character. CD45 (leukocyte common antigen) expression status or score.
data(ihc_test_data)
str(ihc_test_data)
head(ihc_test_data)
table(ihc_test_data$ER)
table(ihc_test_data$HER2, ihc_test_data$Ki67)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.