Skip to contents

Summarize by Lineage

Usage

summarize_bylin(prot = "prot", column = "DomArch", by = "Lineage", query)

Arguments

query

Value

Describe return, in detail

Examples

if (FALSE) { # \dontrun{
library(tidyverse)
tibble(DomArch = c("a+b", "a+b", "b+c", "a+b"), Lineage = c("l1", "l1", "l1", "l2")) |>
    summarize_bylin(query = "all")
} # }