R/moduleRelated.r
    comparePhenotypes.RdExtract the module information based on the consensus results.
comparePhenotypes(
  C3NAObj_Comparison = C3NAObj1,
  C3NAObj_Reference = C3NAObj2,
  corCutoff = 0.2,
  fdr = 0.05,
  unusefulTaxa = NA,
  verbose = 0,
  nBootstrap = 300
)(Required) The C3NAObj with a single phenotype as Disease.
(Required) The C3NAObj with a single phenotype as Control.
(Required) A positive correlation cut-off point, default is 0.2.
(Required) BH-Adjusted p-value, default is 0.05.
(Optional) A list of taxa names that could not be interpreated biologically, e.g. human_gut, ambiguous_taxa
(Optinal) Verbose for the module preservation analysis, the higher the more detailed output.
(Optional) Number of bootstrap for the module preservation.