README.md

bwardr

Author: Brian Ward Email: brian@brianpward.net Github: etnite License: MIT

Travis build status

This is a personal R package containing a collection of functions that I have written over time to help in my own research. I work in the field of wheat genetics, and therefore this package contains a mixture of functions relating to bioinformatics, genetics, and agronomic analyses. I have made it publicly available in case it might be of use to others, but please note that it lacks the polish of a CRAN-hosted package. Individual functions do have documentation, but there is no manual. Being that this is an R package, it is suited to moderately-sized genomic datasets. Those working with very large files will likely be better served using the usual purpose-built C/C++ or Java executables.

This package can be installed using the devtools package:

library(devtools)
install_github("etnite/bwardr")

Or to install with vignettes:

library(devtools)
install_github("etnite/bwardr", build_vignettes = TRUE)

Functionality

Some demonstrations are forthcoming! However, the package includes (but is not limited to) the following functions:



etnite/bwardr documentation built on Jan. 6, 2023, 7:12 a.m.