Lineage plot for Domains, Domain Architectures and Genomic Contexts. Heatmap.
Usage
plotLineageDA(
query_data = "prot",
colname = "DomArch",
cutoff = 90,
RowsCutoff = FALSE,
color = "default"
)
Arguments
- query_data
Data frame of protein homologs with the usual 11 columns + additional word columns (0/1 format). Default is prot (variable w/ protein data).
- colname
Column name from query_data: "DomArch.norep", "GenContext.norep", "DomArch.PFAM.norep" or "DomArch.LADB.norep". Default is "DomArch.norep".
- cutoff
Numeric. Cutoff for word frequency. Default is 90.
- RowsCutoff
Boolean. If TRUE, applies a row cutoff to remove data rows based on a certain condition. Default is FALSE.
- color
Color for the heatmap. One of six options: "default", "magma", "inferno", "plasma", "viridis", or "cividis"