xinhe-lab / ctwas

package for the causal TWAS project
https://xinhe-lab.github.io/ctwas/
MIT License
32 stars 12 forks source link

A few function arguments that are undocumented #30

Closed pcarbo closed 2 months ago

pcarbo commented 3 months ago

All arguments to exported functions should have a @param entry in the roxygen2 docs. A few are missing:

Documented arguments not in \usage in documentation object 'ctwas_sumstats_noLD':
  ‘...’
Undocumented arguments in documentation object 'merge_finemap_regions'
  ‘...’
Documented arguments not in \usage in documentation object 'merge_finemap_regions':
  ‘logfile’
Undocumented arguments in documentation object 'merge_region_data'
  ‘use_LD’ ‘LD_info’ ‘snp_info’
Undocumented arguments in documentation object 'preprocess_weights'
  ‘ncore’ ‘scale_by_ld_variance’
kevinlkx commented 2 months ago

Fixed. Thanks!