topSeqs | R Documentation |
Creates a tibble of a selected number of top productive sequences from the study table.
topSeqs(productive_table, top = 1)
productive_table |
A tibble of productive sequences generated
by the LymphoSeq2 function |
top |
The number of top productive sequences in each data frame to subset by their frequencies. |
Returns a tibble of a selected number of top productive sequences from a list of data frames.
chordDiagramVDJ()
file_path <- system.file("extdata", "TCRB_sequencing",
package = "LymphoSeq2")
study_table <- LymphoSeq2::readImmunoSeq(path = file_path, threads = 1)
amino_table <- LymphoSeq2::productiveSeq(study_table = study_table,
aggregate = "junction_aa")
top_seqs <- LymphoSeq2::topSeqs(productive_table = amino_table, top = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.