View source: R/rarefactionCurve.R
plotRarefactionCurve | R Documentation |
Given a study table, for each sample plot rarefaction curves to estimate repertoire diversity. The method used to generate the rarefaction curve is derived from Chao et al., (2014) using the iNEXT library
plotRarefactionCurve(study_table)
study_table |
A tibble consisting antigen receptor sequencing data imported by the LymphoSeq function readImmunoSeq. "aminoAcid", "count", and "frequencyCount" are required columns. |
file_path <- system.file("extdata", "TCRB_sequencing", package = "LymphoSeq2") stable <- readImmunoSeq(path = file_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.