[Robast-commits] r1249 - in pkg/RobLoxBioC: R inst/scripts
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat May 6 11:07:23 CEST 2023
Author: stamats
Date: 2023-05-06 11:07:22 +0200 (Sat, 06 May 2023)
New Revision: 1249
Modified:
pkg/RobLoxBioC/R/robloxbiocBeadLevelData.R
pkg/RobLoxBioC/inst/scripts/IlluminaExample.R
pkg/RobLoxBioC/inst/scripts/IlluminaReproducibility.R
Log:
removed non-ASCII characters as requested by CRAN
Modified: pkg/RobLoxBioC/R/robloxbiocBeadLevelData.R
===================================================================
--- pkg/RobLoxBioC/R/robloxbiocBeadLevelData.R 2023-01-25 18:04:13 UTC (rev 1248)
+++ pkg/RobLoxBioC/R/robloxbiocBeadLevelData.R 2023-05-06 09:07:22 UTC (rev 1249)
@@ -144,7 +144,7 @@
pIDs2 <- pIDs2[-which(wts2 == 0)]
wts2 <- wts2[-which(wts2 == 0)]
}
- ## spezieller Teil für rmx
+ ## special part for rmx
tmp <- split(wts2 * values2, pIDs2)
pMap <- match(names(tmp), probeIDs)
cat("Using rmx\n")
Modified: pkg/RobLoxBioC/inst/scripts/IlluminaExample.R
===================================================================
--- pkg/RobLoxBioC/inst/scripts/IlluminaExample.R 2023-01-25 18:04:13 UTC (rev 1248)
+++ pkg/RobLoxBioC/inst/scripts/IlluminaExample.R 2023-05-06 09:07:22 UTC (rev 1249)
@@ -8,7 +8,7 @@
## beadarray: R classes and methods for Illumina bead-based data.
## Bioinformatics 2007, 23(16):2183-4.
##
-## M.J. Dunning, N.L. Barbosa-Morais, A.G. Lynch, S. Tavaré and M.E. Ritchie:
+## M.J. Dunning, N.L. Barbosa-Morais, A.G. Lynch, S. Tavare and M.E. Ritchie:
## Statistical issues in the analysis of Illumina data.
## BMC Bioinformatics 2008, 9:85.
###############################################################################
Modified: pkg/RobLoxBioC/inst/scripts/IlluminaReproducibility.R
===================================================================
--- pkg/RobLoxBioC/inst/scripts/IlluminaReproducibility.R 2023-01-25 18:04:13 UTC (rev 1248)
+++ pkg/RobLoxBioC/inst/scripts/IlluminaReproducibility.R 2023-05-06 09:07:22 UTC (rev 1249)
@@ -8,7 +8,7 @@
## beadarray: R classes and methods for Illumina bead-based data.
## Bioinformatics 2007, 23(16):2183-4.
##
-## M.J. Dunning, N.L. Barbosa-Morais, A.G. Lynch, S. Tavaré and M.E. Ritchie:
+## M.J. Dunning, N.L. Barbosa-Morais, A.G. Lynch, S. Tavare and M.E. Ritchie:
## Statistical issues in the analysis of Illumina data.
## BMC Bioinformatics 2008, 9:85.
###############################################################################
More information about the Robast-commits
mailing list