Description Usage Arguments Value Examples
Removes duplicate genes. If multiple values for the same gene are found, only the first value will be kept.
1 |
text |
character: input with genes and optionally values |
tibble: "gene" gene names "value" gene values
1 2 | 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.