Skip to contents

This function plots reads group abundance for top 100 clonotypes.

Usage

plot_reads_group_abundance(data)

Arguments

data

A data frame of relative abundance for top 100 clonotypes.

Value

A ggplot2 plot of reads group abundance for top 100 clonotypes.

Examples

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