View source: R/searchPublished.R
searchPublished | R Documentation |
Search for published T cell receptor beta CDR3 amino acid sequences with known antigen specificity in a list of data frames.
searchPublished(study_table)
study_table |
A tibble generated by the LymphoSeq2 functions
|
Returns a tibble with each instance that a published TCR sequence appeared along with additional information including antigen specificity, epitope, HLA type, and PubMed ID (PMID) for the reference where the sequence was characterized.
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")
LymphoSeq2::searchPublished(amino_table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.