Description Usage Format Examples
This data frame represents the combined ouput of the function clones() for 7 individuals (in total 2948 clones).
1 | data("clones.allind")
|
A data frame with 5286 observations on the following 15 variables.
samplesa factor with 8 levels
unique_CDR3_sequences_AAa character vector
CDR3_length_AAa numeric vector
number_of_unique_sequencesa numeric vector
total_number_of_sequencesa numeric vector
sequence_count_per_CDR3a character vector
V_genea character vector
V_gene_and_allelea character vector
J_genea character vector
J_gene_and_allelea character vector
D_genea character vector
all_CDR3_sequences_AAa character vector
all_CDR3_sequences_nta character vector
Functionality_all_sequencesa character vector
Junction_frame_all_sequencesa character vector
1 2 3 4 5 6 | 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))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.