Last chance! 50% off unlimited learning
Sale ends in
compare.geneUsage(gene.list = NULL, level = c("subgroup", "gene", "allele"), abundance = c("relative", "absolute"), names = NULL, nrCores = 1)
plotCompareGeneUsage(comp.tab = NULL, color = c("gray97", "darkblue"), title = NULL, PDF = NULL)
compare.geneUsage()
subgroup
(e.g. IGHV1), gene
(e.g. IGHV1-1) or allele
(e.g. IGHV1-1*2). Proportions (abundance = "relative"
) are always based on the number of all alleles found in list: the number of the subgroup/gene/allele is divided by the number of all alleles mentioned for all sequences (in the case there are more alleles/genes mentioned for one sequence).
The PDF
character string should be only the project name (without ".pdf").
A figure called "PDF"_Comparison_Gene-usage.pdf will be saved to the working directory.
geneUsage
, compare.geneUsage
, plotCompareGeneUsage
data(aaseqtab)
data(aaseqtab2)
Vgenes.comp<-compare.geneUsage(gene.list = list(aaseqtab$V_GENE_and_allele,
aaseqtab2$V_GENE_and_allele), level = "subgroup", abundance = "relative",
names = c("IndA", "IndB"), nrCores = 1)
## Not run:
# plotCompareGeneUsage(comp.tab = Vgenes.comp, color = c("gray97", "darkblue"), PDF = "Example")
# ## End(Not run)
Run the code above in your browser using DataLab