ihcstats | R Documentation |
IHC Expression Analysis
ihcstats(
data,
markers,
computeHScore = FALSE,
clusterMethod = "hierarchical",
distanceMetric = "gower",
nClusters = 3,
showDendrogram = FALSE,
showHeatmap = FALSE,
showScoreDist = FALSE
)
data |
The data as a data frame. |
markers |
IHC marker variables with categorical expression scores |
computeHScore |
. |
clusterMethod |
. |
distanceMetric |
. |
nClusters |
. |
showDendrogram |
. |
showHeatmap |
. |
showScoreDist |
. |
A results object containing:
results$todo | a html | ||||
results$hscoreTable | a table | ||||
results$clusterSummary | a table | ||||
results$clusterPlot | an image | ||||
results$heatmapPlot | an image | ||||
results$scoreDist | an image | ||||
Tables can be converted to data frames with asDF
or as.data.frame
. For example:
results$hscoreTable$asDF
as.data.frame(results$hscoreTable)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.