Wordclouds for the predominant domains, domain architectures
Source:R/plotting.R
      createWordCloudElement.RdWordclouds for the predominant domains (from DAs) and DAs (from GC)
Usage
createWordCloudElement(
  query_data = "prot",
  colname = "DomArch",
  cutoff = 70,
  UsingRowsCutoff = FALSE
)Arguments
- query_data
- Data frame of protein homologs with the usual 11 columns + additional word columns (0/1 format). Default is "prot". 
- colname
- Character. The name of the column in - query_datato generate the word cloud from. Default is "DomArch".
- cutoff
- Numeric. The cutoff value for filtering elements based on their frequency. Default is 70. 
- UsingRowsCutoff
- Logical. Whether to use a row-based cutoff instead of a frequency cutoff. Default is FALSE.