Skip to contents

Access prevalence data from the LymphoSeqDB package. The database describes the frequency at which a CDR3 amino acid sequence was found in cohort of 55 PBMC samples from healthy individuals.

Usage

getPrevalenceTRB()

Source

TCR beta sequencing data from PBMCs of 55 healthy individuals. See: https://bioconductor.org/packages/LymphoSeqDB

Value

A tibble with 11,724,294 rows and 2 columns (prevalence, aminoAcid)

Details

This function loads data from the LymphoSeqDB Bioconductor package. Install with: BiocManager::install("LymphoSeqDB")

Examples

if (FALSE) { # \dontrun{
prevalenceTRB <- getPrevalenceTRB()
} # }