Learn R Programming

bcRep (version 1.3.6)

clones.allind: B cell clones of 8 individuals

Description

This data frame represents the combined ouput of the function clones() for 7 individuals (in total 2948 clones).

Usage

data("clones.allind")

Arguments

Format

A data frame with 5286 observations on the following 15 variables.

Examples

Run this code
data(clones.allind)
str(clones.allind)
boxplot(clones.allind$CDR3_length_AA ~ clones.allind$samples,xlab="sample",
     ylab="CDR3 length [AA]",xaxt="n",main="CDR3 length distribution of clones", las=3)
axis(1,at=seq(1,length(unique(clones.allind$samples)),1),
     unique(clones.allind$samples))

Run the code above in your browser using DataLab