uniqueSeqs | R Documentation |
Aggregates all productive sequences within a list of data frames by duplicate_count.
uniqueSeqs(productive_table = productive_table, unique_type = "junction_aa")
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". |
A data frame of unique amino acid sequences from the list of data frames aggregated by duplicate_count.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.