Description Usage Arguments Value Examples
View source: R/BCR.ClonalStateDistribution.R
Distribution of clonal status of single-cell BCR clonotypes
1 | BCR.ClonalStateDistribution(contigList, sampleName)
|
contigList |
The product of TCR.ContigList() or BCR.ContigList(). |
sampleName |
The sample name of single cell sample. |
Multiple pictures in the form of a list.
1 2 3 4 5 6 7 8 9 | project_data_dir <- "F:/R_Language/data/bcr"
sample_name <- list.dirs(project_data_dir, full.names = FALSE, recursive = FALSE)
group_name <- c("A", "A", "B", "B")
contig_list <- BCR.ContigList(project_data_dir, sample_name, group_name)
TCR.ClonalStateDistribution(contig_list, sample_name)
BasicPlot(TCR.ClonalStateDistribution, contig_list, sample_name)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.