Skip to contents

Creates a data frame of paralogs.

Usage

find_paralogs(prot)

Arguments

prot

A data frame filtered by a Query, containing columns Species and Lineage

Value

returns a dataframe containing paralogs and the counts.

Note

Please refer to the source code if you have alternate file formats and/or column names.

Examples

if (FALSE) { # \dontrun{
find_paralogs(pspa)
} # }