find_matching_profiles: Find the matching profiles in the PubMLST Campylobacter...

Description Usage Arguments Value Examples

View source: R/pubmlst.R

Description

Profiles with missing alleles return all matching profiles.

Usage

1

Arguments

profile

the allelic profile

Value

A boolean vector of which rows in pubmlst match

Examples

1
2
matches <- find_matching_profiles(c(2, 1, 54, NA, 4, 1, 5))
pubmlst[matches,]

jmarshallnz/pubmlst documentation built on Nov. 16, 2020, 2:44 a.m.