
Welcome to the Bioconductor HowTo collection! The HowTos are short, stand-alone documents, each focused on how to address a well-defined question using one or more Bioconductor packages.
For a list of the available HowTo documents, see the Articles tab.
How to contribute
- Fork this repository and create a new branch.
- Copy and rename the
howto_template.qmdfile frominst/templatesto thevignettesdirectory, and edit the copy accordingly. Please choose the name for the new vignette in such a way that it is unique and clearly indicates the content. Note that the title of the vignette should be added both to thetitlefield and the%\VignetteIndexEntryin the YAML section. - Test the vignette locally in a fresh R session, to make sure that it is self-contained and runs without errors.
- Add your name to the
Authorlist in theDESCRIPTIONfile. - If your HowTo is using packages that are not already included among the dependencies of
BiocHowTo, please add them to the list ofImportsin theDESCRIPTIONfile. One way to do this is via theusethispackage:
usethis::use_package("name_of_new_dependency")
- Add the new vignette to a suitable section under ‘Articles’ in the
_pkgdown.ymlfile. - Push the changes to your forked repository and open a pull request to the
develbranch of the parent repository. - All submissions will be reviewed by the Bioconductor Training Committee.