Skip to content

huipan1973/ezlimma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

236 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezlimma

R package that streamlines & extends the popular R/Bioconductor package limma.

Build Status Coverage Status lifecycle

Install

On Windows, you should have Rtools.

Install ezlimma from GitHub using remotes within R. You must install remotes, e.g. with install.packages("remotes"), if you haven't before. ezlimma depends on limma so you must also install this 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"))

Usage

The vignette presents a tutorial. To see the vignette:

library(limma)
library(ezlimma)
library(rmarkdown)
browseVignettes(package="ezlimma")

and click on HTML.

About

R package that streamlines & extends limma for linear modeling of omics data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • R 100.0%