Skip to content

huipan1973/Hitman

 
 

Repository files navigation

Hitman

Build Status Coverage Status lifecycle

Install

On Windows, you should have Rtools.

Install Hitman from GitHub using remotes within R. You must install remotes, e.g. with install.packages("remotes"), if you haven't before. Hitman depends on ezlimma which depends on limma so you must also install these using instruction below if you haven't before.

#if haven't already installed limma
install.packages("BiocManager") #if haven't already installed BiocManager
library(BiocManager)
BiocManager::install("limma")

library(remotes)
remotes::install_github(repo="jdreyf/ezlimma", build_opts = c("--no-resave-data", "--no-manual"))
remotes::install_github(repo="jdreyf/Hitman", build_opts = c("--no-resave-data", "--no-manual"))

Code of Conduct

This project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%