This method allows the user to define a secondary grouping of genes be
linking gene groups based on sequence similarity (paralogues). A
representative for each gene group is used for the calculations and the
similarity is assessed using the kmer based cosine similarity.
parameters passed on to the community detection algorithm.
lowMem
logical. Should low memory footprint be ensured over
computation speed
kmerSize
The size of kmers to use for similarity calculations.
lowerLimit
The lower threshold for similarity below which it is set to
0
rescale
Should Similarities be normalised between lowerLimit and 1
transform
Transformation function to apply to similarities
pParam
An optional BiocParallelParam object that defines the workers
used for parallelisation.
algorithm
The name of the community detection algorithm from igraph to
use for gene grouping. See communities for an overview.
The trailing '.community' can be omitted from the name. Default is 'infomap',
which is also the recommended.
Value
An object with the same class as object with linking between gene
groups.