Usage
sequences.geneComb(family1 = NULL, family2 = NULL, level = c("subgroup","gene","allele"), abundance = c("relative", "absolute"), nrCores=1)
plotGeneComb(geneComb.tab=NULL,color=c("gray97","darkblue"),withNA=TRUE, title=NULL, PDF=NULL,...)
Arguments
family1
Vector including gene family 1, should be matched to order of family2 (see Details)
family2
Vector including gene family 2, should be matched to order of family1 (see Details)
level
Gene family level: subgroup, gene or allele (see Details)
abundance
How values shall be returned: relative or absolute abundance.
nrCores
Number of cores used for parallel processing (default: 1)
geneComb.tab
Output data frame from sequences.genecomb()
color
colors of heatmap (default: gray and blue)
withNA
Shall combination without information for one of both families be included? (default: TRUE)
title
title of plot (NULL: "family1 & family2 gene combinations (zoom: xx)"; turn of with "")
PDF
PDF project name (see Details)