Skip to content

Commit

Permalink
Merge pull request #5 from turgeonmaxime/master
Browse files Browse the repository at this point in the history
fix example in agreement doc
  • Loading branch information
kkleinoros committed Feb 4, 2016
2 parents 394bcc6 + fac5f3b commit acc6615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# funtooNorm

[![Build Status](https://travis-ci.org/GreenwoodLab/funtooNorm.svg?branch=master)](https://travis-ci.org/GreenwoodLab/funtooNorm)

The R package ```funtooNorm``` provides a function for normalization of Illumina Infinium Human Methylation 450
BeadChip (Illumina 450K) data when there are samples from multiple tissues or cell types.
Expand Down
2 changes: 1 addition & 1 deletion man/agreement.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
funtoonormout <- funtoonorm(sigA=sigAsample, sigB=sigBsample, Annot=Annot,
controlred=matred, controlgrn=matgrn,
cp.types=NULL, cell_type = cell_type,
logged.data=FALSE, save.quant=TRUE, ncmp=ncmp, apply.fits=TRUE,
logged2.data=FALSE, save.quant=TRUE, ncmp=ncmp, apply.fits=TRUE,
validate=FALSE)

#To calculate measures of agreement before and after normalization
Expand Down

0 comments on commit acc6615

Please sign in to comment.