lcolladotor / bioc2023example

Example R/Bioconductor package for BioC2023

Home Page:https://lcolladotor.github.io/bioc2023example/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bioc2023example

GitHub issues GitHub pulls

The goal of bioc2023example is to …

Installation instructions

Get the latest stable R release from CRAN. Then install bioc2023example from Bioconductor using the following code:

if (!requireNamespace("BiocManager", quietly = TRUE)) {
    install.packages("BiocManager")
}

BiocManager::install("bioc2023example")

And the development version from GitHub with:

BiocManager::install("lcolladotor/bioc2023example")

Example

This is a basic example which shows you how to solve a common problem:

library("bioc2023example")
## basic example code

What is special about using README.Rmd instead of just README.md? You can include R chunks like so:

summary(cars)
#>      speed           dist       
#>  Min.   : 4.0   Min.   :  2.00  
#>  1st Qu.:12.0   1st Qu.: 26.00  
#>  Median :15.0   Median : 36.00  
#>  Mean   :15.4   Mean   : 42.98  
#>  3rd Qu.:19.0   3rd Qu.: 56.00  
#>  Max.   :25.0   Max.   :120.00

You’ll still need to render README.Rmd regularly, to keep README.md up-to-date.

You can also embed plots, for example:

In that case, don’t forget to commit and push the resulting figure files, so they display on GitHub!

Citation

Below is the citation output from using citation('bioc2023example') in R. Please run this yourself to check for any updates on how to cite bioc2023example.

print(citation("bioc2023example"), bibtex = TRUE)
#> To cite package 'bioc2023example' in publications use:
#> 
#>   lcolladotor (2023). _BioC2023 package live demo_.
#>   doi:10.18129/B9.bioc.bioc2023example
#>   <https://doi.org/10.18129/B9.bioc.bioc2023example>,
#>   https://github.com/lcolladotor/bioc2023example/bioc2023example - R
#>   package version 0.99.0,
#>   <http://www.bioconductor.org/packages/bioc2023example>.
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Manual{,
#>     title = {BioC2023 package live demo},
#>     author = {{lcolladotor}},
#>     year = {2023},
#>     url = {http://www.bioconductor.org/packages/bioc2023example},
#>     note = {https://github.com/lcolladotor/bioc2023example/bioc2023example - R package version 0.99.0},
#>     doi = {10.18129/B9.bioc.bioc2023example},
#>   }

Please note that the bioc2023example was only made possible thanks to many other R and bioinformatics software authors, which are cited either in the vignettes and/or the paper(s) describing this package.

Code of Conduct

Please note that the bioc2023example project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Development tools

For more details, check the dev directory.

This package was developed using biocthis.

About

Example R/Bioconductor package for BioC2023

https://lcolladotor.github.io/bioc2023example/


Languages

Language:R 84.3%Language:CSS 12.6%Language:Dockerfile 3.1%