Function argument cleanup

Issue #8 resolved
Jason Vander Heiden created an issue

Clarify what the threshold argument does in the spectralClones arguments. The wording is unclear.

max_n should probably default to 0 rather than NULL, as this would be the conservative case. The argument docs read as a warning not to increase the value to >0.

The summarize_clones argument can be shortened to summarize. Though, this begs the question of what you usually specify for this value. If you’re always setting it to TRUE, then the argument should be something like simplify=FALSE instead so that the default behavior is to return the summary data.

Comments (1)

  1. Log in to comment