Learn R Programming

bcRep (version 1.3.6)

clones.ind: Data frame: clones of one individual

Description

This data frame represents the ouput of the function clones() for one individual (1000 clones).

Usage

data("clones.ind")

Arguments

Format

A data frame with 1000 observations on the following 14 variables.

Examples

Run this code
data(clones.ind)
str(clones.ind)
boxplot(clones.ind$CDR3_length_AA,ylab="CDR3 length [AA]",xaxt="n",
     main="CDR3 length distribution of clones")

Run the code above in your browser using DataLab