vj_across_reps: Plot comparing V,J usage across repertoires

Description Usage Arguments Value Examples

View source: R/vj_across_reps.R

Description

Plot comparing V,J usage across repertoires

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
vj_across_reps(
  list_repertoires,
  rep_category,
  chain = "H",
  freq_threshold = 0.01,
  unique_rows = TRUE,
  size_x_axis = 5,
  size_y_axis = 5,
  figure_path,
  plot_name = "",
  color_scale
)

Arguments

list_repertoires

List of repertoires

rep_category

Metadata

chain

Heavy (H) or Light (L)

freq_threshold

threshold above which V,J genes are plotted

unique_rows

If true all duplicated rows are excluded

size_x_axis

Size of text on x-axis

size_y_axis

Size of text on y-axis

figure_path

Path to which figure is saved

plot_name

ID of analysis for plot naming

color_scale

Color scale to be applied

Value

TRUE (plots saved as pdfs into path_figures)

Examples

1
vj_across_reps(list_repertoires,rep_category,chain="H",freq_threshold=0.01,unique_rows=TRUE,size_x_axis=5,size_y_axis=5,figure_path,plot_name="",color_scale)

LSSI-ETH/Ehling_Covid_2021 documentation built on Dec. 18, 2021, 3:39 a.m.