process_input_text | R Documentation |
Removes duplicate genes. If multiple values for the same gene are found, only the first value will be kept.
process_input_text(text, capitalize = FALSE)
text |
character: input with genes and optionally values |
capitalize |
optional: boolean: force-capitalize all gene names |
tibble: "gene" gene names "value" gene values
input <- process_input_text("FCN1 FTL CLU") input <- process_input_text("FCN1 0.1 FTL 0.8 CLU 0.05")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.