Description Usage Arguments Value
View source: R/HistMarkerMetaCl.R
Histogram representation of a marker in a given meta-cluster, compared to the full data
1 2 3 4 5 6 7 8 | HistMarkerMetaCl(
TreeMetaCl,
Marker,
MetaCl,
breaks = 100,
xlim = NULL,
freq = F
)
|
TreeMetaCl |
Object generated by the function BuildFSOMTree |
Marker |
Marker name |
MetaCl |
a meta-cluster name or number |
breaks |
parameter to pass to R hist function |
xlim |
parameter to pass to R hist function |
freq |
parameter to pass to R hist function |
a double histogram figure, with meta-cluster in red
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.