Learn R Programming

ClusTCR2 (version 1.7.3.01)

motif_plot_large: Code for plotting the Motif based on a specific CDR3 length and V gene (see netplot_ClusTCR2 for details).

Description

Code for plotting the Motif based on a specific CDR3 length and V gene (see netplot_ClusTCR2 for details).

Usage

motif_plot_large(
  ClusTCRFile_large,
  Clust_column_name = "Clust_size_order",
  Clust_selected = NULL
)

Value

A ggplot object representing the motif.

Arguments

ClusTCRFile_large

Matrix file produced from mcl_cluster_large.

Clust_column_name

Name of clustering column from mcl_cluster file e.g. cluster.

Clust_selected

Select which cluster to display. Only one at a time.