Description Usage Arguments Details
Automatic label creation
1 | label_annot(annot0, method = "all")
|
annot0 |
Sample annotation data.frame with a column called "mega_col" to infer labels from. |
method |
Character string corresponding to a method to create the labels by. One of "all", "common", "unique", "lcsubstr", "lcsubseq". See Details. |
The methods available for defining class labels are as follows:
all Return all labelling methods.
common Strings shared by all instances of a class
unique Strings unique to the instances of a particular class
lcsubstr Longest common substring in a class
lcsubseq Longest common subsequence in a class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.