MoTrPAC / MotrpacBicQC

R package for the MoTrPAC community
https://motrpac.github.io/MotrpacBicQC/index.html
MIT License
8 stars 4 forks source link

Group functions in pkgdown reference page? #237

Open bcjaeger opened 1 month ago

bcjaeger commented 1 month ago

Hello! I was reviewing the outstanding docs in the pkgdown website and I noticed many functions in the reference page (https://motrpac.github.io/MotrpacBicQC/reference/index.html) could be grouped (e.g., all the functions that start with check_).

Would it be helpful to organize the functions into groups and annotate the groups with high-level descriptions, similar to the organization shown here: https://docs.ropensci.org/aorsf/reference/index.html?

If yes, I'd love to initiate a PR and modify based on your feedback. This would be a great way for me to get more familiar with all the functions in the package and what they do. 😀

biodavidjm commented 1 month ago

Thanks a lot @bcjaeger

Sounds good to me. I propose that you outline what you envision, let's review it, polish it, and move forward.

Btw, let's start from version 0.9.4 (released today)

bcjaeger commented 1 month ago

Sounds great, and congrats on the release!

bcjaeger commented 1 week ago

Sorry for the delay following up! Here is a first draft. The function titles will be left as-is, so I didn't include them here.

Colors

Use standardized colors from the MoTrPAC consortium.

Abbreviations

Use standardized abbreviations from the MoTrPAC consortium.

Meta data

Dictionaries and code lists for MoTrPAC data

Adherence to MoTrPAC guidelines

Checks/validations to assert that different objects follow expectations

Load/write batch data from file

Load and write batch data from files

Visualize results

Create basic charts for quality control

Miscellaneous

Helpers and stand-alone functions for quality control

Do you think these groups make sense?