Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyat committed Jul 9, 2015
1 parent 0af031a commit e5cb436
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ An R package for normalizing RNA-seq data to make them more comparable to microa

In order to include this package in your R code, you only need to do the following:

install.packages("devtools")
library(devtools, quietly=T)
devtools::install_github("jeffreyat/TDM")
install.packages("devtools")
library(devtools)
devtools::install_github("jeffreyat/TDM")
library(TDM)

0 comments on commit e5cb436

Please sign in to comment.