GithubHelp home page GithubHelp logo

junepackage's Introduction

JunePackage

Lifecycle: experimental BioC status R build status Codecov test coverage

The goal of JunePackage is to …

Installation instructions

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

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

BiocManager::install("JunePackage")

And the development version from GitHub with:

BiocManager::install("lahuuki/JunePackage")

Example

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

library("JunePackage")
## 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('JunePackage') in R. Please run this yourself to check for any updates on how to cite JunePackage.

print(citation('JunePackage'), bibtex = TRUE)
#> 
#> lahuuki (2020). _Test and Learn Biocthis on JHPCE_. doi:
#> 10.18129/B9.bioc.JunePackage (URL:
#> https://doi.org/10.18129/B9.bioc.JunePackage),
#> https://github.com/lahuuki/JunePackage - R package version 0.99.0,
#> <URL: http://www.bioconductor.org/packages/JunePackage>.
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Manual{,
#>     title = {Test and Learn Biocthis on JHPCE},
#>     author = {{lahuuki}},
#>     year = {2020},
#>     url = {http://www.bioconductor.org/packages/JunePackage},
#>     note = {https://github.com/lahuuki/JunePackage - R package version 0.99.0},
#>     doi = {10.18129/B9.bioc.JunePackage},
#>   }
#> 
#> lahuuki (2020). "Test and Learn Biocthis on JHPCE." _bioRxiv_. doi:
#> 10.1101/TODO (URL: https://doi.org/10.1101/TODO), <URL:
#> https://www.biorxiv.org/content/10.1101/TODO>.
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Article{,
#>     title = {Test and Learn Biocthis on JHPCE},
#>     author = {{lahuuki}},
#>     year = {2020},
#>     journal = {bioRxiv},
#>     doi = {10.1101/TODO},
#>     url = {https://www.biorxiv.org/content/10.1101/TODO},
#>   }

Please note that the JunePackage 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 JunePackage 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.

junepackage's People

Contributors

lahuuki avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.