Description Usage Arguments Details Value
View source: R/internal_functions.R
The sortGenotype function sort multiple genotype tables.
1 2 3 4 5 6 7  | sortGenotype(
  geno_table,
  chain = c("IGH", "IGK", "IGL"),
  gene_sort = "position",
  removeIGH = TRUE,
  lk_cutoff = 1
)
 | 
geno_table | 
 genoytpe summary table. See details.  | 
chain | 
 the IG chain: IGH,IGK,IGL. Default is IGH.  | 
gene_sort | 
 if by 'name' the genes in the output are ordered lexicographically, if by 'position' only functional genes are used and are ordered by their chromosomal location. Default is 'position'.  | 
removeIGH | 
 if TRUE, 'IGH'\'IGK'\'IGL' prefix is removed from gene names.  | 
lk_cutoff | 
 the lK cutoff value to be considerd low for texture layer. Defualt is lK<1.  | 
A data.frame created by inferGenotypeBaysian.
A data.frame of the genotypes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.