uniqueSeqs: Unique sequences

View source: R/uniqueSeqs.R

uniqueSeqsR Documentation

Unique sequences

Description

Aggregates all productive sequences within a list of data frames by duplicate_count.

Usage

uniqueSeqs(productive_table = productive_table, unique_type = "junction_aa")

Arguments

productive_table

A tibble of productive amino acid sequences imported using the function LymphoSeq function productiveSeq where the aggregate parameter was set to "junction_aa".

unique_type

Use "junction_aa" to aggregate by amino acid sequences. Use "junction" to aggregate by nucleotide sequences. Default is "junction_aa".

Value

A data frame of unique amino acid sequences from the list of data frames aggregated by duplicate_count.


elulu3/LymphoSeqTest documentation built on Aug. 27, 2022, 5:47 a.m.