Compilation of functions used frequently by Hochwagen lab members. This is a rewrite of the original package hwglabr
(GitHub repo), designed to leverage Bioconductor’s GRanges
object class.
You can install the package directly from the source code on GitHub. For that you will need Hadley Wickham’s devtools
R package:
install.packages("devtools")
Once you have devtools
you can install and load hwglabr2
:
devtools::install_github("hochwagenlab/hwglabr2")
library(hwglabr2)
See the Analysis recipes GitHub wiki page for example usage of hwglabr2
to perform some common analysis.
For function documentation, use the package GitHub repo and the documentation website built with pkgdown
.
Function documentation is also accessible within R in the standard way, by typing one of the following:
help("function_name")
?function_name
This project is licensed under the terms of the MIT license. See LICENSE file for details.