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 LymphoSeq2 function |
unique_type |
Use |
A data frame of unique amino acid sequences from the list of data frames aggregated by "duplicate_count".
file_path <- system.file("extdata", "TCRB_sequencing",
package = "LymphoSeq2")
study_table <- LymphoSeq2::readImmunoSeq(path = file_path, threads = 1)
study_table <- LymphoSeq2::topSeqs(study_table, top = 100)
amino_table <- LymphoSeq2::productiveSeq(study_table = study_table,
aggregate = "junction_aa")
unique_seqs <- LymphoSeq2::uniqueSeqs(productive_table = amino_table,
unique_type = "junction_aa")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.