sequence_show: Show duplicate sequences in a datatable

View source: R/sequence_show.R

sequence_showR Documentation

Show duplicate sequences in a datatable

Description

Show duplicate sequences in a datatable

Usage

sequence_show(data, meta_cols, test_cols, ...)

Arguments

data

data.frame to with possible duplicates

meta_cols

meta data to retain. Uses tidy-select

test_cols

columns of data to test for duplicates. Uses tidy-select

...

Arguments to sequence_extract_all

Details

Highlights different sets of duplicates in a datatable. Adds extra columns before each tested column to show each duplicate set. Columns headers have the format number.number.number, where the first number refers to the number of the tested column, the second refers to the sequence length and the third is a unique identifier for each sequence length.

Examples

data(kp2014)
sequence_show(kp2014, meta_cols = 1:3, test_cols = starts_with("Theridion"))

Sorbus-torminalis/twopointzerothree documentation built on Aug. 18, 2022, 2:30 a.m.