CloneSize: Estimate Clonotype clone size

View source: R/cloneSize.r

CloneSizeR Documentation

Estimate Clonotype clone size

Description

Estimate Clonotype clone size

Usage

CloneSize(
  vdj,
  names = NULL,
  sep = 1:3,
  plot = TRUE,
  colors = NULL,
  save = TRUE,
  out.pref = NULL
)

Arguments

vdj

an object of VDJ.

names

character. sample or group names.

sep

integer.

plot

logical.

colors

character.

save

logical.

out.pref

character.

Value

results of clone size

Examples

VDJ = readRDS('VDJ.rds')
CloneSize(VDJ)


HatsuneCode/TrustVDJ documentation built on Aug. 13, 2022, 9:36 p.m.