This function is deprecated and will be reimplemented in
Phase 3.
Usage
plotAlignmentHeatmap(object, top = NULL, bottom = NULL)
Arguments
- object
A ConsortiumMetabolismAlignment object.
- top
Numeric; top fraction filter.
- bottom
Numeric; bottom fraction filter.
Value
None. Raises an error.
Examples
# \donttest{
# This function is deprecated. Use plot() instead:
# plot(cma, type = "heatmap")
# }