Skip to content

Commit

Permalink
Merge pull request #24 from kkleinoros/master
Browse files Browse the repository at this point in the history
convert to S4
  • Loading branch information
kkleinoros authored Dec 20, 2016
2 parents 43eaf1f + 9e15e6d commit e9da732
Show file tree
Hide file tree
Showing 16 changed files with 393 additions and 455 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Generated by roxygen2: do not edit by hand

S3method(print,SampleSet)
export(agreement)
export(fromGenStudFiles)
export(fromRGChannelSet)
Expand All @@ -12,6 +11,7 @@ export(getRawBeta)
export(getSnpM)
export(plotValidationGraph)
exportClasses(SampleSet)
exportMethods(show)
import(IlluminaHumanMethylation450kanno.ilmn12.hg19)
import(IlluminaHumanMethylation450kmanifest)
import(methods)
Expand Down
610 changes: 335 additions & 275 deletions R/SampleSet.R

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion R/funtoonorm.R
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ funtooNormApply <- function(signal, quantiles, qntllist,
}

################################################################################
#' Function to measure intra-replicate agreement in methylation data.
#' Function to measure intra-replicate agreement for methylation data.
#'
#' @param Beta : Matrix with beta-values, rows corresponding to probes, columns
#' corresponding to samples.
Expand Down
22 changes: 10 additions & 12 deletions man/SampleSet-class.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/agreement.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/fromGenStudFiles.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/fromRGChannelSet.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 9 additions & 10 deletions man/funtooNorm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/getNormBeta.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/getNormM.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/getRawBeta.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 4 additions & 7 deletions man/getSnpM.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions man/plotValidationGraph.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions man/print.SampleSet.Rd → man/show-SampleSet-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vignettes/funtooNorm.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ knitr::opts_chunk$set(tidy = FALSE,
```

```{r library, echo=FALSE, results='hide', message=FALSE}
library(minfi)
require(minfi)
```

#Introduction
Expand All @@ -48,7 +48,7 @@ Note that the current version of the package does not do a good job of normalizi
different colors provide the methylated and the unmethylated
measurements.
```
Therefore, we dissociate the 6 types of signals in our method :
Therefore, we separate the 6 types of signals in our method :
_AIGrn_, _BIGrn_, _AIRed_, _BIRed_, _AII_ and _BII_, where the __A__ (methylated) and
__B__ (unmethylated) are on __Green__ or __Red__ channel
depending on the 3 types : __Type I Red__, __Type I Green__ or
Expand Down
Loading

0 comments on commit e9da732

Please sign in to comment.