Skip to contents

This function plots the top n clonotypes.

Usage

get_top_n_clonotypes(data, n, attr_col)

Arguments

data

A data frame of the main data.

n

Integer. Number of top clonotypes to select.

attr_col

Character. Attribute column name.

Value

A data frame of top n clonotypes.

Examples

if (FALSE) { # \dontrun{
proj <- reTCR::get_study("PRJNA473147", "cmv_status")
reTCR::get_top_n_clonotypes(proj@data, 10, "cmv_status")
} # }