add_protein_prettyprint_label | R Documentation |
add short prettyprint labels to a protein tibble using gene symbols, if available
add_protein_prettyprint_label(tib, maxlength = 12, shorten_ambiguous = TRUE)
tib |
tibble with at least a protein_id column, but should also contain a gene_symbols_or_id column for truly pretty-print names |
maxlength |
max string length for each output value |
shorten_ambiguous |
replace all ambiguous entries with the first value followed by an asterix. Example; |
input tibble with resulting values in the label column (overwritten if this column already existed in input)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.