egr95 / R-codacore

An R package for learning log-ratio biomarkers from high-throughput sequencing data.
Other
21 stars 3 forks source link

cvParams defaults for codacore() #12

Closed nick-youngblut closed 2 years ago

nick-youngblut commented 2 years ago

It would be helpful to include the cvParams defaults in the codacore() function docs. I had to check the code to find the defaults:

  cvDefaults = list(
    maxCutoffs=20,
    numFolds=5
  )
egr95 commented 2 years ago

Thank you Nick, agreed. I have added this into the repo and will be eventually uploaded onto the next CRAN version.