Skip to contents

This function plots the relative abundance for all clonotypes.

Usage

plot_clonotype_abundance(data)

Arguments

data

A data frame of relative abundance for all clonotypes.

Value

A ggplot2 plot of relative abundance for all clonotypes.

Examples

if (FALSE) { # \dontrun{
proj <- reTCR::get_study(id="PRJNA473147", attr_col="cmv_status")
reTCR::plot_clonotype_abundance(proj@clonality@abundance)
} # }