View source: R/plotConsensusLine.R
plotConsensusLine | R Documentation |
Opens an interactive app showing ratio line plots of the different consensus groups
plotConsensusLine(scCNA)
scCNA |
The scCNA object |
An interactive plot where different groups can be selected for easier visualization
## Not run:
copykit_obj <- copykit_example_filtered()
copykit_obj <- findClusters(copykit_obj)
copykit_obj <- calcConsensus(copykit_obj)
plotConsensusLine(copykit_obj)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.