alleleUsageBar_html: Graphical output of allele usage in given population

Description Usage Arguments Details Value Examples

View source: R/alleleUsageBar_html.R

Description

The alleleUsageBar_html function generates an interactive graphical output of sum of unique allele that appeared in the given population.

Usage

1
alleleUsageBar_html(gene_segment, chain = c("IGH", "IGK", "IGL"))

Arguments

gene_segment

a data frame of allele usage count in a given population. See details.

chain

the IG chain: IGH,IGK,IGL. Default is IGH.

Details

A data.frame with the following columns.

Value

An interactive stacked barplot visualization of the allele hetrouzygousity in a given population.

Examples

1
2
 gene_segment <- data.frame(GENE = c("V1-2",'V3-3','D2-8','D3-16','J4','J6'), COUNT = c(2,9,2,2,1,2))
 alleleUsageBar_html(gene_segment)

williamdlees/vdjbasevis documentation built on Sept. 13, 2020, 12:17 a.m.