-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vignette(dataProcess): Add tables on dataProcess options and assumptions #150
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Documentation, Enhancement
Description
Added detailed tables on normalization, feature selection, and imputation options in the vignette.
Updated
dataProcess
function documentation to reference vignette for recommendations.Introduced
kableExtra
dependency for enhanced table rendering in vignettes.Removed redundant configuration file
MSstats.Rproj
.Changes walkthrough 📝
DESCRIPTION
Added `kableExtra` dependency for vignette table rendering
DESCRIPTION
kableExtra
to the list of suggested packages.MSstats.Rproj
Removed unnecessary `MSstats.Rproj` file
MSstats.Rproj
dataProcess.R
Updated `dataProcess` function documentation for clarity
R/dataProcess.R
imputation options.
dataProcess.Rd
Improved manual documentation for `dataProcess` function
man/dataProcess.Rd
MSstatsWorkflow.Rmd
Added detailed tables and recommendations to vignette
vignettes/MSstatsWorkflow.Rmd
imputation options.
kableExtra
for better table formatting.