... | ... |
@@ -588,3 +588,4 @@ inside preprocessInfinium2() |
588 | 588 |
** ffcolapply() now used instead of ffrowapply() |
589 | 589 |
** ff storage only used to initialize callSet - no longer used in storage of RG, XY, res data created along the way (matrices now used here) etc. |
590 | 590 |
** removed 'outdir' argument and ldPath() added in 1.9.8 |
591 |
+** verbose argument added to readIdatFiles() |
... | ... |
@@ -582,5 +582,9 @@ be used to specify where you want to store the large data objects. ldPath(outdi |
582 | 582 |
inside preprocessInfinium2() |
583 | 583 |
** the 'batch' variable is now left empty and must be specified by the user |
584 | 584 |
** X and Y are now initialized with zeroes by initializeBigMatrix( ,initdata=0) in RGtoXY(). |
585 |
-** open(A(callSet); open(B(callSet) replaces open(callSet) in genotyp.Illumina() |
|
585 |
+** open(A(callSet); open(B(callSet) replaces open(callSet) in genotype.Illumina() |
|
586 | 586 |
|
587 |
+2010-12-10 M. Ritchie 1.9.9 |
|
588 |
+** ffcolapply() now used instead of ffrowapply() |
|
589 |
+** ff storage only used to initialize callSet - no longer used in storage of RG, XY, res data created along the way (matrices now used here) etc. |
|
590 |
+** removed 'outdir' argument and ldPath() added in 1.9.8 |
... | ... |
@@ -576,3 +576,11 @@ function (which expects ff objects and supports parallel processing) |
576 | 576 |
2010-10-17 M. Ritchie 1.7.22 |
577 | 577 |
** added "humanomni25quadv1b" to validCdfName() in utils.R and RGtoXY() in crlmm-illumina.R |
578 | 578 |
|
579 |
+2010-11-18 M. Ritchie 1.9.8 |
|
580 |
+** genotype.Illumina() is now exported and has a man page. The argument 'outdir' should |
|
581 |
+be used to specify where you want to store the large data objects. ldPath(outdir) is specified |
|
582 |
+inside preprocessInfinium2() |
|
583 |
+** the 'batch' variable is now left empty and must be specified by the user |
|
584 |
+** X and Y are now initialized with zeroes by initializeBigMatrix( ,initdata=0) in RGtoXY(). |
|
585 |
+** open(A(callSet); open(B(callSet) replaces open(callSet) in genotyp.Illumina() |
|
586 |
+ |
... | ... |
@@ -573,3 +573,6 @@ function (which expects ff objects and supports parallel processing) |
573 | 573 |
2010-10-11 M. Ritchie 1.7.21 |
574 | 574 |
** fixed bug with indexes for ffrowapply() in genotype.Illumina() |
575 | 575 |
|
576 |
+2010-10-17 M. Ritchie 1.7.22 |
|
577 |
+** added "humanomni25quadv1b" to validCdfName() in utils.R and RGtoXY() in crlmm-illumina.R |
|
578 |
+ |
... | ... |
@@ -569,3 +569,7 @@ function (which expects ff objects and supports parallel processing) |
569 | 569 |
2010-10-07 M. Ritchie 1.7.20 |
570 | 570 |
** updated vignettes - crlmmIllumina.Rnw and crlmmIllumina.pdf |
571 | 571 |
** tidied code and added snp.index to ffrowapply() in genotype.Illumina() when calls and confidence values are being updated in callSet. |
572 |
+ |
|
573 |
+2010-10-11 M. Ritchie 1.7.21 |
|
574 |
+** fixed bug with indexes for ffrowapply() in genotype.Illumina() |
|
575 |
+ |
... | ... |
@@ -565,3 +565,7 @@ function (which expects ff objects and supports parallel processing) |
565 | 565 |
** new internal function processIDAT which uses ocLapply() to parallelize pre-processing of Illumina data |
566 | 566 |
** changes to genotype.Illumina() |
567 | 567 |
** updated vignettes - crlmmIllumina.Rnw and crlmmIllumina.pdf |
568 |
+ |
|
569 |
+2010-10-07 M. Ritchie 1.7.20 |
|
570 |
+** updated vignettes - crlmmIllumina.Rnw and crlmmIllumina.pdf |
|
571 |
+** tidied code and added snp.index to ffrowapply() in genotype.Illumina() when calls and confidence values are being updated in callSet. |
... | ... |
@@ -561,6 +561,7 @@ function (which expects ff objects and supports parallel processing) |
561 | 561 |
** copy number A and B intensities now stored in callSet from genotype.Illumina() |
562 | 562 |
|
563 | 563 |
|
564 |
-2010-10-06 M. Ritchie 1.7.18 |
|
564 |
+2010-10-06 M. Ritchie 1.7.19 |
|
565 | 565 |
** new internal function processIDAT which uses ocLapply() to parallelize pre-processing of Illumina data |
566 | 566 |
** changes to genotype.Illumina() |
567 |
+** updated vignettes - crlmmIllumina.Rnw and crlmmIllumina.pdf |
... | ... |
@@ -559,3 +559,8 @@ function (which expects ff objects and supports parallel processing) |
559 | 559 |
|
560 | 560 |
2010-09-30 M. Ritchie 1.7.16 |
561 | 561 |
** copy number A and B intensities now stored in callSet from genotype.Illumina() |
562 |
+ |
|
563 |
+ |
|
564 |
+2010-10-06 M. Ritchie 1.7.18 |
|
565 |
+** new internal function processIDAT which uses ocLapply() to parallelize pre-processing of Illumina data |
|
566 |
+** changes to genotype.Illumina() |
... | ... |
@@ -556,3 +556,6 @@ function (which expects ff objects and supports parallel processing) |
556 | 556 |
** added functions get.ProtocolData.Illumina(), construct.Illumina() and genotype.Illumina() to maintiain consistency with Rob's Affy functions |
557 | 557 |
** removed 'save.it', 'load.it', 'snpFile', 'cnFile' arguments from crlmmIllumina(), crlmmIlluminaV2 and preprocessInfinium2(). Updated man pages to reflect these changes. |
558 | 558 |
** added a switch so that both regular matrix/ff storage can be handled in each function, depending upon whether the ff package has been loaded. |
559 |
+ |
|
560 |
+2010-09-30 M. Ritchie 1.7.16 |
|
561 |
+** copy number A and B intensities now stored in callSet from genotype.Illumina() |
... | ... |
@@ -549,6 +549,10 @@ function (which expects ff objects and supports parallel processing) |
549 | 549 |
** Added close() statements to readIdatFiles(), RGtoXY() and stripNormalize(). Added open() statement to stripNormalize(). Moved close() statement in preprocessInfinium2() |
550 | 550 |
** tidied up crlmm-illumina.R, removing commented out code. |
551 | 551 |
|
552 |
-2010-09-16 M. Ritchie 1.7.13 |
|
552 |
+2010-09-16 M. Ritchie 1.7.14 |
|
553 | 553 |
** added immuno chip 12 as one of the chip options for Illumina. |
554 | 554 |
|
555 |
+2010-09-28 M. Ritchie 1.7.15 |
|
556 |
+** added functions get.ProtocolData.Illumina(), construct.Illumina() and genotype.Illumina() to maintiain consistency with Rob's Affy functions |
|
557 |
+** removed 'save.it', 'load.it', 'snpFile', 'cnFile' arguments from crlmmIllumina(), crlmmIlluminaV2 and preprocessInfinium2(). Updated man pages to reflect these changes. |
|
558 |
+** added a switch so that both regular matrix/ff storage can be handled in each function, depending upon whether the ff package has been loaded. |
... | ... |
@@ -548,3 +548,7 @@ function (which expects ff objects and supports parallel processing) |
548 | 548 |
** Exported crlmmIlluminaV2(), which combines reading in of idats and genotyping in one. Also added a man page for this function |
549 | 549 |
** Added close() statements to readIdatFiles(), RGtoXY() and stripNormalize(). Added open() statement to stripNormalize(). Moved close() statement in preprocessInfinium2() |
550 | 550 |
** tidied up crlmm-illumina.R, removing commented out code. |
551 |
+ |
|
552 |
+2010-09-16 M. Ritchie 1.7.13 |
|
553 |
+** added immuno chip 12 as one of the chip options for Illumina. |
|
554 |
+ |
... | ... |
@@ -546,5 +546,5 @@ function (which expects ff objects and supports parallel processing) |
546 | 546 |
2010-08-25 M. Ritchie 1.7.12 |
547 | 547 |
** Renamed functions readIdatFiles2() -> readIdatFiles(), RGtoXY2() -> RGtoXY(), preprocessInfinium2v2() -> preprocessInfinium2(), crlmmIllumina2() -> crlmmIllumina(). These make use of ff objects to store data. |
548 | 548 |
** Exported crlmmIlluminaV2(), which combines reading in of idats and genotyping in one. Also added a man page for this function |
549 |
-** Added close() statements to readIdatFiles(), RGtoXY() and stripNormalize(). Added open() statement to stripNormalize(). |
|
549 |
+** Added close() statements to readIdatFiles(), RGtoXY() and stripNormalize(). Added open() statement to stripNormalize(). Moved close() statement in preprocessInfinium2() |
|
550 | 550 |
** tidied up crlmm-illumina.R, removing commented out code. |
... | ... |
@@ -546,5 +546,5 @@ function (which expects ff objects and supports parallel processing) |
546 | 546 |
2010-08-25 M. Ritchie 1.7.12 |
547 | 547 |
** Renamed functions readIdatFiles2() -> readIdatFiles(), RGtoXY2() -> RGtoXY(), preprocessInfinium2v2() -> preprocessInfinium2(), crlmmIllumina2() -> crlmmIllumina(). These make use of ff objects to store data. |
548 | 548 |
** Exported crlmmIlluminaV2(), which combines reading in of idats and genotyping in one. Also added a man page for this function |
549 |
-** Added a check for whether an object is an 'ff_matrix' before running open() or close() to several functions. Added close() statements to readIdatFiles(), RGtoXY() and stripNormalize(). Added open() statement to stripNormalize(). |
|
549 |
+** Added close() statements to readIdatFiles(), RGtoXY() and stripNormalize(). Added open() statement to stripNormalize(). |
|
550 | 550 |
** tidied up crlmm-illumina.R, removing commented out code. |
... | ... |
@@ -546,4 +546,5 @@ function (which expects ff objects and supports parallel processing) |
546 | 546 |
2010-08-25 M. Ritchie 1.7.12 |
547 | 547 |
** Renamed functions readIdatFiles2() -> readIdatFiles(), RGtoXY2() -> RGtoXY(), preprocessInfinium2v2() -> preprocessInfinium2(), crlmmIllumina2() -> crlmmIllumina(). These make use of ff objects to store data. |
548 | 548 |
** Exported crlmmIlluminaV2(), which combines reading in of idats and genotyping in one. Also added a man page for this function |
549 |
-** tidied up crlmm-illumina.R, removing commented out code. |
|
550 | 549 |
\ No newline at end of file |
550 |
+** Added a check for whether an object is an 'ff_matrix' before running open() or close() to several functions. Added close() statements to readIdatFiles(), RGtoXY() and stripNormalize(). Added open() statement to stripNormalize(). |
|
551 |
+** tidied up crlmm-illumina.R, removing commented out code. |
... | ... |
@@ -541,4 +541,9 @@ function (which expects ff objects and supports parallel processing) |
541 | 541 |
** added omni express 12 as one of the chip options for Illumina. Also added a check for copy number probes (this chip doesn't have any). |
542 | 542 |
|
543 | 543 |
2010-07-30 R. Scharpf 1.7.8 |
544 |
-** edited construct function for CNSetLM |
|
545 | 544 |
\ No newline at end of file |
545 |
+** edited construct function for CNSetLM |
|
546 |
+ |
|
547 |
+2010-08-25 M. Ritchie 1.7.12 |
|
548 |
+** Renamed functions readIdatFiles2() -> readIdatFiles(), RGtoXY2() -> RGtoXY(), preprocessInfinium2v2() -> preprocessInfinium2(), crlmmIllumina2() -> crlmmIllumina(). These make use of ff objects to store data. |
|
549 |
+** Exported crlmmIlluminaV2(), which combines reading in of idats and genotyping in one. Also added a man page for this function |
|
550 |
+** tidied up crlmm-illumina.R, removing commented out code. |
|
546 | 551 |
\ No newline at end of file |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@48621 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -539,3 +539,6 @@ function (which expects ff objects and supports parallel processing) |
539 | 539 |
|
540 | 540 |
2010--7-28 M. Ritchie committed version 1.7.7 |
541 | 541 |
** added omni express 12 as one of the chip options for Illumina. Also added a check for copy number probes (this chip doesn't have any). |
542 |
+ |
|
543 |
+2010-07-30 R. Scharpf 1.7.8 |
|
544 |
+** edited construct function for CNSetLM |
|
542 | 545 |
\ No newline at end of file |
... | ... |
@@ -536,3 +536,6 @@ function (which expects ff objects and supports parallel processing) |
536 | 536 |
|
537 | 537 |
2010-07-25 M. Ritchie committed version 1.7.6 |
538 | 538 |
** fixed bug introduced in 1.7.4 by addition of tryCatch() into readIdatFiles(). Thanks to Nolwenn Le Meur for pointing this out. |
539 |
+ |
|
540 |
+2010--7-28 M. Ritchie committed version 1.7.7 |
|
541 |
+** added omni express 12 as one of the chip options for Illumina. Also added a check for copy number probes (this chip doesn't have any). |
... | ... |
@@ -533,3 +533,6 @@ function (which expects ff objects and supports parallel processing) |
533 | 533 |
|
534 | 534 |
2010-05-26 R. Scharpf committed version 1.7.5 |
535 | 535 |
** minor edits to inst/scripts/copynumber.Rnw |
536 |
+ |
|
537 |
+2010-07-25 M. Ritchie committed version 1.7.6 |
|
538 |
+** fixed bug introduced in 1.7.4 by addition of tryCatch() into readIdatFiles(). Thanks to Nolwenn Le Meur for pointing this out. |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@47206 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -530,3 +530,6 @@ function (which expects ff objects and supports parallel processing) |
530 | 530 |
|
531 | 531 |
2010-05-25 R. Scharpf committed version 1.7.4 |
532 | 532 |
** wrapped readIDAT in a tryCatch() |
533 |
+ |
|
534 |
+2010-05-26 R. Scharpf committed version 1.7.5 |
|
535 |
+** minor edits to inst/scripts/copynumber.Rnw |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@47129 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -522,3 +522,11 @@ function (which expects ff objects and supports parallel processing) |
522 | 522 |
2010-05-25 R. Scharpf committed version 1.7.2 |
523 | 523 |
** added example dataset |
524 | 524 |
** fixed vignette: inst/scripts/copynumber.Rnw |
525 |
+ |
|
526 |
+2010-05-25 R. Scharpf committed version 1.7.3 |
|
527 |
+** put back in the following check in readIDAT (from r 45050): |
|
528 |
+ if(versionNumber<3) |
|
529 |
+ stop("Older style IDAT files not supported: consider updating your scanner settings") |
|
530 |
+ |
|
531 |
+2010-05-25 R. Scharpf committed version 1.7.4 |
|
532 |
+** wrapped readIDAT in a tryCatch() |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@47121 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -519,3 +519,6 @@ function (which expects ff objects and supports parallel processing) |
519 | 519 |
2010-04-24 B Carvalho committed version 1.7.1 |
520 | 520 |
** fixed bug in gender prediction that cause a spike in memory usage |
521 | 521 |
|
522 |
+2010-05-25 R. Scharpf committed version 1.7.2 |
|
523 |
+** added example dataset |
|
524 |
+** fixed vignette: inst/scripts/copynumber.Rnw |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@46584 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -516,4 +516,6 @@ function (which expects ff objects and supports parallel processing) |
516 | 516 |
2010-04-16 B Carvalho committed version 1.5.49 |
517 | 517 |
** cosmetics - looking for cause of memory spike |
518 | 518 |
|
519 |
+2010-04-24 B Carvalho committed version 1.7.1 |
|
520 |
+** fixed bug in gender prediction that cause a spike in memory usage |
|
519 | 521 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@46099 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -513,5 +513,7 @@ function (which expects ff objects and supports parallel processing) |
513 | 513 |
2010-04-11 R. Scharpf committed version 1.5.48 |
514 | 514 |
** added a few .Rd files |
515 | 515 |
|
516 |
+2010-04-16 B Carvalho committed version 1.5.49 |
|
517 |
+** cosmetics - looking for cause of memory spike |
|
516 | 518 |
|
517 | 519 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@45865 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -509,3 +509,9 @@ then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
509 | 509 |
** crlmmIllumina2() and crlmmIlluminaV2() now use the crlmmGT2() |
510 | 510 |
function (which expects ff objects and supports parallel processing) |
511 | 511 |
** updated crlmmIllumina.pdf vignette |
512 |
+ |
|
513 |
+2010-04-11 R. Scharpf committed version 1.5.48 |
|
514 |
+** added a few .Rd files |
|
515 |
+ |
|
516 |
+ |
|
517 |
+ |
... | ... |
@@ -501,5 +501,11 @@ then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
501 | 501 |
** modified the storage of RG, XY and genotype call data to use the ff package and initializeBigMatrix() function from oligoClasses package. The genotype call data now includes non-polymorphic probes (which have NA calls). Functions which use ff storage are named readIdatFiles2(), RGtoXY2(), preprocessInfinium2v2(), crlmmIllumina2() and crlmmIlluminaV2(). |
502 | 502 |
|
503 | 503 |
2010-04-08 B Carvalho committed version 1.5.46 |
504 |
- |
|
505 | 504 |
** moved NEWS to inst/ |
505 |
+ |
|
506 |
+2010-04-09 M. Ritchie committed version 1.5.47 |
|
507 |
+** fixed bugs in code and removed copy number probes from output |
|
508 |
+(now saved separately as before - SnpSuperSet not used) |
|
509 |
+** crlmmIllumina2() and crlmmIlluminaV2() now use the crlmmGT2() |
|
510 |
+function (which expects ff objects and supports parallel processing) |
|
511 |
+** updated crlmmIllumina.pdf vignette |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@45815 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -499,3 +499,7 @@ then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
499 | 499 |
|
500 | 500 |
2010-04-07 M. Ritchie committed version 1.5.45 |
501 | 501 |
** modified the storage of RG, XY and genotype call data to use the ff package and initializeBigMatrix() function from oligoClasses package. The genotype call data now includes non-polymorphic probes (which have NA calls). Functions which use ff storage are named readIdatFiles2(), RGtoXY2(), preprocessInfinium2v2(), crlmmIllumina2() and crlmmIlluminaV2(). |
502 |
+ |
|
503 |
+2010-04-08 B Carvalho committed version 1.5.46 |
|
504 |
+ |
|
505 |
+** moved NEWS to inst/ |
... | ... |
@@ -496,3 +496,6 @@ then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
496 | 496 |
with crlmm2 |
497 | 497 |
** added crlmmCopynumber2 for parallel support with copy number |
498 | 498 |
est. (needs more checking) |
499 |
+ |
|
500 |
+2010-04-07 M. Ritchie committed version 1.5.45 |
|
501 |
+** modified the storage of RG, XY and genotype call data to use the ff package and initializeBigMatrix() function from oligoClasses package. The genotype call data now includes non-polymorphic probes (which have NA calls). Functions which use ff storage are named readIdatFiles2(), RGtoXY2(), preprocessInfinium2v2(), crlmmIllumina2() and crlmmIlluminaV2(). |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@45672 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -489,3 +489,10 @@ then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
489 | 489 |
|
490 | 490 |
** added parallel/large dataset support to snprma/crlmm |
491 | 491 |
** merged changes on .41 with my local changes |
492 |
+ |
|
493 |
+2010-04-01 R.Scharpf committed version 1.5.44 |
|
494 |
+ |
|
495 |
+** added functions genotype2, cnrma2 for preprocessing and genotyping |
|
496 |
+ with crlmm2 |
|
497 |
+** added crlmmCopynumber2 for parallel support with copy number |
|
498 |
+ est. (needs more checking) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@45498 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -485,3 +485,7 @@ then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
485 | 485 |
** updates to genotype, crlmmIlluminaRS, crlmmCopynumber |
486 | 486 |
** class union of ff_matrix, matrix, and ffdf |
487 | 487 |
|
488 |
+2010-03-18 B Carvalho committed version 1.5.42 |
|
489 |
+ |
|
490 |
+** added parallel/large dataset support to snprma/crlmm |
|
491 |
+** merged changes on .41 with my local changes |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@45497 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -478,9 +478,10 @@ then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
478 | 478 |
** a few updates to initializeBigMatrix |
479 | 479 |
** show, [ defined for CNSetLM |
480 | 480 |
|
481 |
-2010-03-18 R.Scharpf committed version 1.5.38 |
|
481 |
+2010-03-25 R.Scharpf committed version 1.5.41 |
|
482 | 482 |
|
483 | 483 |
** import snpCall, snpCallProbability, snpCall<-, snpCallProbability<- |
484 | 484 |
from Biobase |
485 |
-** updates to genotype and crlmmIlluminaRS |
|
485 |
+** updates to genotype, crlmmIlluminaRS, crlmmCopynumber |
|
486 | 486 |
** class union of ff_matrix, matrix, and ffdf |
487 |
+ |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@45348 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -477,3 +477,10 @@ then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
477 | 477 |
|
478 | 478 |
** a few updates to initializeBigMatrix |
479 | 479 |
** show, [ defined for CNSetLM |
480 |
+ |
|
481 |
+2010-03-18 R.Scharpf committed version 1.5.38 |
|
482 |
+ |
|
483 |
+** import snpCall, snpCallProbability, snpCall<-, snpCallProbability<- |
|
484 |
+ from Biobase |
|
485 |
+** updates to genotype and crlmmIlluminaRS |
|
486 |
+** class union of ff_matrix, matrix, and ffdf |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@45324 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -473,3 +473,7 @@ then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
473 | 473 |
(currently saving intermediate steps in crlmmIlluminaRS) |
474 | 474 |
removed cnOptions function and changed arguments to crlmmCopynumber |
475 | 475 |
|
476 |
+2010-03-18 R.Scharpf committed version 1.5.38 |
|
477 |
+ |
|
478 |
+** a few updates to initializeBigMatrix |
|
479 |
+** show, [ defined for CNSetLM |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@45322 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -467,3 +467,9 @@ then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
467 | 467 |
|
468 | 468 |
** added crlmmIlluminaRS to cnrma-functions.R (testing) |
469 | 469 |
|
470 |
+2010-03-18 R.Scharpf committed version 1.5.37 |
|
471 |
+ |
|
472 |
+** fixed bugs in genotype() and crlmmIlluminaRS. |
|
473 |
+ (currently saving intermediate steps in crlmmIlluminaRS) |
|
474 |
+ removed cnOptions function and changed arguments to crlmmCopynumber |
|
475 |
+ |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@45221 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -416,19 +416,29 @@ then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
416 | 416 |
|
417 | 417 |
2010-03-07 R. Scharpf committed version 1.5.30 |
418 | 418 |
|
419 |
-- one can use ff in conjunction with affy platforms 5.0 and 6.0 |
|
420 |
- |
|
421 |
-- more s4-style code |
|
422 |
- |
|
423 |
-- preprocessing / genotyping is basically the same set of commands with either illumina/affy platforms (though illumina-users may have to play with some of the options for reading idat files |
|
424 |
- |
|
425 |
-- if ff package is loaded, the assayData elements are ff objects |
|
426 |
- |
|
427 |
-- the classes all inherit from 'CrlmmContainer' that contains an additional slot 'options' and 'genomeAnnotation'. options is a list with the default arguments to snprma, crlmm, etc, as well as a few global settings such as 'verbose' and 'seed'. I added the genomeAnnotation slot simply because I want to be able to use ff-objects for the feature-level data. Maybe with setClassUnion we could avoid adding the genomeAnnotation slot (and use featureData instead), but I didn't have much success with this. |
|
428 |
- |
|
429 |
-- the batchSize argument will run the genotyping (crlmmGT) in batches to reduce the RAM. The default is batches of size 1000. |
|
430 |
- |
|
431 |
-- The crlmm.Rd file contains an example with / without ff for Affymetrix data. |
|
419 |
+ - one can use ff in conjunction with affy platforms 5.0 and 6.0 |
|
420 |
+ - preprocessing / genotyping is basically the same set of |
|
421 |
+ commands with either illumina/affy platforms (though |
|
422 |
+ illumina-users may have to play with some of the options for |
|
423 |
+ reading idat files |
|
424 |
+ - if ff package is loaded, the assayData elements are ff objects |
|
425 |
+ |
|
426 |
+ - the classes all inherit from 'CrlmmContainer' that contains |
|
427 |
+ an additional slot 'options' and 'genomeAnnotation'. options |
|
428 |
+ is a list with the default arguments to snprma, crlmm, etc, |
|
429 |
+ as well as a few global settings such as 'verbose' and |
|
430 |
+ 'seed'. I added the genomeAnnotation slot simply because I |
|
431 |
+ want to be able to use ff-objects for the feature-level data. |
|
432 |
+ Maybe with setClassUnion we could avoid adding the |
|
433 |
+ genomeAnnotation slot (and use featureData instead), but I |
|
434 |
+ didn't have much success with this. |
|
435 |
+ |
|
436 |
+ - the batchSize argument will run the genotyping (crlmmGT) in |
|
437 |
+ batches to reduce the RAM. The default is batches of size |
|
438 |
+ 1000. |
|
439 |
+ |
|
440 |
+ - The crlmm.Rd file contains an example with / without ff |
|
441 |
+ for Affymetrix data. |
|
432 | 442 |
|
433 | 443 |
2010-03-08 M. Ritchie committed version 1.5.31 |
434 | 444 |
* removed a few unnecessary lines of code from crlmm-illumina.R (zero not needed as argument for preprocessInfinium2() and storageMode should not be "lockedEnvironment" in RGtoXY()) |
... | ... |
@@ -436,7 +446,7 @@ then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
436 | 446 |
|
437 | 447 |
2010-03-08 R.Scharpf committed version 1.5.32 |
438 | 448 |
|
439 |
-** This is a roll back to version 1.5.24 |
|
449 |
+** Rolled back to version 1.5.24 |
|
440 | 450 |
|
441 | 451 |
2010-03-08 R.Scharpf committed version 1.5.33 |
442 | 452 |
|
... | ... |
@@ -447,3 +457,13 @@ then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
447 | 457 |
** updated DESCRIPTION to import ff |
448 | 458 |
** added AllClasses.R with defitions for ff-derived classes |
449 | 459 |
** temporarily exporting everything in the NAMESPACE |
460 |
+ |
|
461 |
+2010-03-11 R.Scharpf committed version 1.5.35 |
|
462 |
+ |
|
463 |
+** added genotype() in cnrma-functions -- for preprocessing and |
|
464 |
+ genotyping affy |
|
465 |
+ |
|
466 |
+2010-03-14 R.Scharpf committed version 1.5.36 |
|
467 |
+ |
|
468 |
+** added crlmmIlluminaRS to cnrma-functions.R (testing) |
|
469 |
+ |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@45131 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -441,3 +441,9 @@ then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
441 | 441 |
2010-03-08 R.Scharpf committed version 1.5.33 |
442 | 442 |
|
443 | 443 |
** Added annotatedDataFrameFrom methods for ff_matrix and ffdf (in utils) |
444 |
+ |
|
445 |
+2010-03-10 R.Scharpf committed version 1.5.34 |
|
446 |
+ |
|
447 |
+** updated DESCRIPTION to import ff |
|
448 |
+** added AllClasses.R with defitions for ff-derived classes |
|
449 |
+** temporarily exporting everything in the NAMESPACE |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@45129 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -438,4 +438,6 @@ then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
438 | 438 |
|
439 | 439 |
** This is a roll back to version 1.5.24 |
440 | 440 |
|
441 |
+2010-03-08 R.Scharpf committed version 1.5.33 |
|
441 | 442 |
|
443 |
+** Added annotatedDataFrameFrom methods for ff_matrix and ffdf (in utils) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@45126 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -433,3 +433,9 @@ then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
433 | 433 |
2010-03-08 M. Ritchie committed version 1.5.31 |
434 | 434 |
* removed a few unnecessary lines of code from crlmm-illumina.R (zero not needed as argument for preprocessInfinium2() and storageMode should not be "lockedEnvironment" in RGtoXY()) |
435 | 435 |
* added "humanomni1quadv1b" to validCdfName() in utils.R |
436 |
+ |
|
437 |
+2010-03-08 R.Scharpf committed version 1.5.32 |
|
438 |
+ |
|
439 |
+** This is a roll back to version 1.5.24 |
|
440 |
+ |
|
441 |
+ |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@45084 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -429,3 +429,7 @@ then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
429 | 429 |
- the batchSize argument will run the genotyping (crlmmGT) in batches to reduce the RAM. The default is batches of size 1000. |
430 | 430 |
|
431 | 431 |
- The crlmm.Rd file contains an example with / without ff for Affymetrix data. |
432 |
+ |
|
433 |
+2010-03-08 M. Ritchie committed version 1.5.31 |
|
434 |
+ * removed a few unnecessary lines of code from crlmm-illumina.R (zero not needed as argument for preprocessInfinium2() and storageMode should not be "lockedEnvironment" in RGtoXY()) |
|
435 |
+ * added "humanomni1quadv1b" to validCdfName() in utils.R |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@45083 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -413,3 +413,19 @@ then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
413 | 413 |
|
414 | 414 |
2010-03-05 M. Ritchie - committed version 1.5.29 |
415 | 415 |
* crlmmIlluminaV2() now exported. Added man page crlmmIlluminaV2.Rd |
416 |
+ |
|
417 |
+2010-03-07 R. Scharpf committed version 1.5.30 |
|
418 |
+ |
|
419 |
+- one can use ff in conjunction with affy platforms 5.0 and 6.0 |
|
420 |
+ |
|
421 |
+- more s4-style code |
|
422 |
+ |
|
423 |
+- preprocessing / genotyping is basically the same set of commands with either illumina/affy platforms (though illumina-users may have to play with some of the options for reading idat files |
|
424 |
+ |
|
425 |
+- if ff package is loaded, the assayData elements are ff objects |
|
426 |
+ |
|
427 |
+- the classes all inherit from 'CrlmmContainer' that contains an additional slot 'options' and 'genomeAnnotation'. options is a list with the default arguments to snprma, crlmm, etc, as well as a few global settings such as 'verbose' and 'seed'. I added the genomeAnnotation slot simply because I want to be able to use ff-objects for the feature-level data. Maybe with setClassUnion we could avoid adding the genomeAnnotation slot (and use featureData instead), but I didn't have much success with this. |
|
428 |
+ |
|
429 |
+- the batchSize argument will run the genotyping (crlmmGT) in batches to reduce the RAM. The default is batches of size 1000. |
|
430 |
+ |
|
431 |
+- The crlmm.Rd file contains an example with / without ff for Affymetrix data. |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@45050 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -410,3 +410,6 @@ Such files arise when scanner settings contain the line <GenerateVersionTwoIdatF |
410 | 410 |
If this is modified to <GenerateVersionTwoIdatFiles>true</GenerateVersionTwoIdatFiles>, |
411 | 411 |
then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
412 | 412 |
* Removed AllClasses.R from Collate field in DESCRIPTION file (causes an error in build) |
413 |
+ |
|
414 |
+2010-03-05 M. Ritchie - committed version 1.5.29 |
|
415 |
+ * crlmmIlluminaV2() now exported. Added man page crlmmIlluminaV2.Rd |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@44968 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -386,7 +386,7 @@ is stored in the assayData slot. |
386 | 386 |
2010-02-07 B. Carvalho - committed version 1.5.25 |
387 | 387 |
* Updated requirement of affyio to support Win64 |
388 | 388 |
|
389 |
-2010-02-20 R. Scharpf - committed version 1.5.25 |
|
389 |
+2010-02-20 R. Scharpf - committed version 1.5.26 |
|
390 | 390 |
|
391 | 391 |
** begin adding support for ff |
392 | 392 |
|
... | ... |
@@ -400,8 +400,13 @@ is stored in the assayData slot. |
400 | 400 |
- B.rda |
401 | 401 |
- cn_rmaResult.rda (SKW) |
402 | 402 |
|
403 |
-2010-02-21 R. Scharpf - committed version 1.5.26 |
|
403 |
+2010-02-21 R. Scharpf - committed version 1.5.27 |
|
404 | 404 |
|
405 | 405 |
** additional support for ff in crlmm and computeCopynumber functions |
406 | 406 |
|
407 |
- |
|
407 |
+2010-03-02 M. Ritchie - committed version 1.5.28 |
|
408 |
+ * Added message to readIDAT() warning that older style IDAT files can not be read in. |
|
409 |
+Such files arise when scanner settings contain the line <GenerateVersionTwoIdatFiles>false</GenerateVersionTwoIdatFiles> |
|
410 |
+If this is modified to <GenerateVersionTwoIdatFiles>true</GenerateVersionTwoIdatFiles>, |
|
411 |
+then readIDAT() should work. Thanks to Pierre Cherel who reported this error. |
|
412 |
+ * Removed AllClasses.R from Collate field in DESCRIPTION file (causes an error in build) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@44783 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@44778 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -385,3 +385,19 @@ is stored in the assayData slot. |
385 | 385 |
|
386 | 386 |
2010-02-07 B. Carvalho - committed version 1.5.25 |
387 | 387 |
* Updated requirement of affyio to support Win64 |
388 |
+ |
|
389 |
+2010-02-20 R. Scharpf - committed version 1.5.25 |
|
390 |
+ |
|
391 |
+** begin adding support for ff |
|
392 |
+ |
|
393 |
+** added use.poe option for nonpolymorphic loci |
|
394 |
+ |
|
395 |
+** crlmm does not return anything, but saves the following objects: |
|
396 |
+ - genotypes.rda |
|
397 |
+ - confs.rda |
|
398 |
+ - snp_rmaResult.rda (gns, sns, SNR, SKW, mixtureParams, cdfName) |
|
399 |
+ - A.rda |
|
400 |
+ - B.rda |
|
401 |
+ - cn_rmaResult.rda (SKW) |
|
402 |
+ |
|
403 |
+ |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@44545 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -382,3 +382,6 @@ is stored in the assayData slot. |
382 | 382 |
2010-02-05 M. Ritchie - committed version 1.5.24 |
383 | 383 |
* preprocessed allele A and B intensities from copy number and regular SNPs are now saved separately by crlmmIllumina(). The 'intensityFile' argument has been replaced by 'snpFile' and 'cnFile'. |
384 | 384 |
* updated the following man pages to reflect the above changes and added in current references: crlmmIllumina.Rd, crlmm.Rd and readIdatFiles.Rd |
385 |
+ |
|
386 |
+2010-02-07 B. Carvalho - committed version 1.5.25 |
|
387 |
+ * Updated requirement of affyio to support Win64 |
... | ... |
@@ -377,7 +377,8 @@ in the one function to reduce memory usage (not exported as yet) |
377 | 377 |
to save memory. Instead, 'zero', which indicates which SNPs have zero beads |
378 | 378 |
is stored in the assayData slot. |
379 | 379 |
* now store 'zero' with copy number AB intensities in preprocessInfinium2() |
380 |
+ * deleted man pages crlmm.Rd and readIdatFiles.Rd added back |
|
380 | 381 |
|
381 | 382 |
2010-02-05 M. Ritchie - committed version 1.5.24 |
382 | 383 |
* preprocessed allele A and B intensities from copy number and regular SNPs are now saved separately by crlmmIllumina(). The 'intensityFile' argument has been replaced by 'snpFile' and 'cnFile'. |
383 |
- * updated man page for crlmmIllumina() |
|
384 | 384 |
\ No newline at end of file |
385 |
+ * updated the following man pages to reflect the above changes and added in current references: crlmmIllumina.Rd, crlmm.Rd and readIdatFiles.Rd |
... | ... |
@@ -377,3 +377,7 @@ in the one function to reduce memory usage (not exported as yet) |
377 | 377 |
to save memory. Instead, 'zero', which indicates which SNPs have zero beads |
378 | 378 |
is stored in the assayData slot. |
379 | 379 |
* now store 'zero' with copy number AB intensities in preprocessInfinium2() |
380 |
+ |
|
381 |
+2010-02-05 M. Ritchie - committed version 1.5.24 |
|
382 |
+ * preprocessed allele A and B intensities from copy number and regular SNPs are now saved separately by crlmmIllumina(). The 'intensityFile' argument has been replaced by 'snpFile' and 'cnFile'. |
|
383 |
+ * updated man page for crlmmIllumina() |
|
380 | 384 |
\ No newline at end of file |
... | ... |
@@ -363,9 +363,17 @@ is decoded and scanned |
363 | 363 |
|
364 | 364 |
* Added 'humanomni1quadv1b" to chip types allowed in RGtoXY() |
365 | 365 |
|
366 |
- |
|
367 | 366 |
2010-01-20 R. Scharpf - committed version 1.5.21 |
368 | 367 |
* Added CopyNumberVariants to DESCRIPTION |
369 | 368 |
|
370 | 369 |
2010-01-20 R. Scharpf - committed version 1.5.22 |
371 | 370 |
* restored inst/doc/crlmmDownstream.Rnw |
371 |
+ |
|
372 |
+2010-02-04 M. Ritchie - committed version 1.5.23 |
|
373 |
+ * crlmmIllumina now exported in NAMESPACE (removed at some point) |
|
374 |
+ * new function crlmmIlluminaV2() which reads in .idats and genotypes |
|
375 |
+in the one function to reduce memory usage (not exported as yet) |
|
376 |
+ * readIdatFiles() modified to no longer store number of beads and beads SE |
|
377 |
+to save memory. Instead, 'zero', which indicates which SNPs have zero beads |
|
378 |
+is stored in the assayData slot. |
|
379 |
+ * now store 'zero' with copy number AB intensities in preprocessInfinium2() |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@44105 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@44103 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -181,7 +181,7 @@ is decoded and scanned |
181 | 181 |
|
182 | 182 |
2009-07-01 M Ritchie - committed version 1.3.7 |
183 | 183 |
|
184 |
-* made memory savings to reading and normalization if Illumina data |
|
184 |
+* made memory savings to reading and normalization of Illumina data |
|
185 | 185 |
* Now use 'protocolData' slot to save scan dates instead of saving them in phenoData slot |
186 | 186 |
* added vignette for genoytping illumina data (crlmmIllumina.pdf in inst/doc and crlmmIllumina.Rnw in inst/scripts) |
187 | 187 |
* Changed stop() to warning() when idats are of different type in readIdatFiles() |
... | ... |
@@ -351,11 +351,14 @@ is decoded and scanned |
351 | 351 |
|
352 | 352 |
* moved IRanges and oligoClasses to Depends (DESCRIPTION) |
353 | 353 |
|
354 |
-2009-12-23 R. Scharpf - commited version 1.5.17 |
|
354 |
+2009-12-23 R. Scharpf - committed version 1.5.17 |
|
355 | 355 |
|
356 | 356 |
** updated first half of inst/scripts/copynumber.Rnw, as well as a few of the help files |
357 | 357 |
|
358 |
-2009-12-23 R. Scharpf - commited version 1.5.18 |
|
358 |
+2009-12-23 R. Scharpf - committed version 1.5.18 |
|
359 | 359 |
|
360 | 360 |
** removed generics for addFeatureAnnotation and GT<- |
361 | 361 |
|
362 |
+2009-12-24 M. Ritchie - committed version 1.5.19 |
|
363 |
+ |
|
364 |
+ * Added 'humanomni1quadv1b" to chip types allowed in RGtoXY() |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@43732 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -354,3 +354,8 @@ is decoded and scanned |
354 | 354 |
2009-12-23 R. Scharpf - commited version 1.5.17 |
355 | 355 |
|
356 | 356 |
** updated first half of inst/scripts/copynumber.Rnw, as well as a few of the help files |
357 |
+ |
|
358 |
+2009-12-23 R. Scharpf - commited version 1.5.18 |
|
359 |
+ |
|
360 |
+** removed generics for addFeatureAnnotation and GT<- |
|
361 |
+ |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@43728 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -350,3 +350,7 @@ is decoded and scanned |
350 | 350 |
2009-12-04 B. Carvalho - committed version 1.5.11 |
351 | 351 |
|
352 | 352 |
* moved IRanges and oligoClasses to Depends (DESCRIPTION) |
353 |
+ |
|
354 |
+2009-12-23 R. Scharpf - commited version 1.5.17 |
|
355 |
+ |
|
356 |
+** updated first half of inst/scripts/copynumber.Rnw, as well as a few of the help files |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@43392 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -346,3 +346,7 @@ is decoded and scanned |
346 | 346 |
removed inadvertantly in version 1.3.7, put back] |
347 | 347 |
* removed header checking from readIdatFiles() (seems to fail often). |
348 | 348 |
Instead check that the number of SNPs agrees (to within +/- 10K SNPs) |
349 |
+ |
|
350 |
+2009-12-04 B. Carvalho - committed version 1.5.11 |
|
351 |
+ |
|
352 |
+ * moved IRanges and oligoClasses to Depends (DESCRIPTION) |
... | ... |
@@ -344,3 +344,5 @@ is decoded and scanned |
344 | 344 |
|
345 | 345 |
* bug fixed in stripNormalize() [X+16,Y+16 which avoids log(0) = -Inf values, |
346 | 346 |
removed inadvertantly in version 1.3.7, put back] |
347 |
+ * removed header checking from readIdatFiles() (seems to fail often). |
|
348 |
+ Instead check that the number of SNPs agrees (to within +/- 10K SNPs) |
... | ... |
@@ -340,3 +340,7 @@ is decoded and scanned |
340 | 340 |
|
341 | 341 |
* fixed bugs in addFeatureAnnotation.SnpCallSetPlus |
342 | 342 |
|
343 |
+2009-12-01 M. Ritchie - committed version 1.5.8 |
|
344 |
+ |
|
345 |
+ * bug fixed in stripNormalize() [X+16,Y+16 which avoids log(0) = -Inf values, |
|
346 |
+ removed inadvertantly in version 1.3.7, put back] |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@43147 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -332,7 +332,11 @@ is decoded and scanned |
332 | 332 |
* added CNSet class |
333 | 333 |
* segmentData slot in CNSet class is an extension of RangedData (defined in IRanges package) |
334 | 334 |
|
335 |
-2009-11-19 R. Scharpf - committed version 1.5.6 |
|
335 |
+2009-11-19 R. Scharpf - committed version 1.5.6 |
|
336 | 336 |
|
337 |
- * fixed bug in initialization of SnpCallSetPlus |
|
337 |
+ * fixed bugs in initialization of SnpCallSetPlus |
|
338 |
+ |
|
339 |
+2009-11-19 R. Scharpf - committed version 1.5.7 |
|
340 |
+ |
|
341 |
+ * fixed bugs in addFeatureAnnotation.SnpCallSetPlus |
|
338 | 342 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@43145 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -332,3 +332,7 @@ is decoded and scanned |
332 | 332 |
* added CNSet class |
333 | 333 |
* segmentData slot in CNSet class is an extension of RangedData (defined in IRanges package) |
334 | 334 |
|
335 |
+2009-11-19 R. Scharpf - committed version 1.5.6 |
|
336 |
+ |
|
337 |
+ * fixed bug in initialization of SnpCallSetPlus |
|
338 |
+ |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@43144 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -326,3 +326,9 @@ is decoded and scanned |
326 | 326 |
* fixed classes imported from oligoClasses in NAMESPACE |
327 | 327 |
* imported 'calls<-' from oligoClasses |
328 | 328 |
|
329 |
+2009-11-19 R. Scharpf - committed version 1.5.5 |
|
330 |
+ |
|
331 |
+ * removed a few of the classes (CrlmmSet, CrlmmSetFF, SnpCallSetPlusFF,...) |
|
332 |
+ * added CNSet class |
|
333 |
+ * segmentData slot in CNSet class is an extension of RangedData (defined in IRanges package) |
|
334 |
+ |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@43012 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -319,4 +319,10 @@ is decoded and scanned |
319 | 319 |
- ABset and CrlmmSetList classes are gone. Using SnpCallSetPlus and CrlmmSet |
320 | 320 |
- Added class SegmentSet that extends CrlmmSet directly. |
321 | 321 |
|
322 |
+2009-11-15 B Carvalho - committed version 1.5.4 |
|
323 |
+ |
|
324 |
+ * removed references to old C code |
|
325 |
+ * added the missing files to the Collate field |
|
326 |
+ * fixed classes imported from oligoClasses in NAMESPACE |
|
327 |
+ * imported 'calls<-' from oligoClasses |
|
322 | 328 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@43010 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -312,3 +312,11 @@ is decoded and scanned |
312 | 312 |
2009-11-14 B Carvalho - committed version 1.5.2 |
313 | 313 |
|
314 | 314 |
* code cleanup - removed unneeded C code |
315 |
+ |
|
316 |
+2009-11-15 R. Scharpf - committed version 1.5.3 |
|
317 |
+ |
|
318 |
+ * numerous changes to the copy number estimation |
|
319 |
+ - ABset and CrlmmSetList classes are gone. Using SnpCallSetPlus and CrlmmSet |
|
320 |
+ - Added class SegmentSet that extends CrlmmSet directly. |
|
321 |
+ |
|
322 |
+ |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@42999 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@42431 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -290,3 +290,18 @@ is decoded and scanned |
290 | 290 |
* updated addFeatureAnnotation so that CHR arg not required |
291 | 291 |
* fixed bug in nonpolymorphic function -- function checks whether any regions are pseudoautosomal |
292 | 292 |
* fixed bug in list2locusset function (no longer assigns genomewidesnp6 as the default annotation) |
293 |
+ |
|
294 |
+2009-10-16 R. Scharpf - committed version 1.3.23 |
|
295 |
+ |
|
296 |
+ * 100*CA, 100*CB are stored in the CA, CB assayDataElements. The |
|
297 |
+ replacement method automatically converts a matrix on the copy |
|
298 |
+ number scale to an integer representation by scaling by a factor of |
|
299 |
+ 100. The accessor methods for CA, CB automatically divide by 100 to |
|
300 |
+ return estimates back on the original copy number scale. |
|
301 |
+ |
|
302 |
+ * more debugging of readIdatFiles and illumina copy number vignette. |
|
303 |
+ |
|
304 |
+ * updated illumina_copynumber vignette |
|
305 |
+ |
|
306 |
+ |
|
307 |
+ |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@42271 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -282,3 +282,11 @@ is decoded and scanned |
282 | 282 |
* changed copyNumber() method so that CA + NA = NA, CB + NA = NA (previously had CA+NA=CA, but this can result in a lot of zeros, depending on the genotype) |
283 | 283 |
* new method: addFeatureAnnotation |
284 | 284 |
* support for snp5.0 |
285 |
+ |
|
286 |
+2009-10-04 R. Scharpf - committed version 1.3.22 |
|
287 |
+ |
|
288 |
+* changed default path argument for readIdatFiles to empty quotes |
|
289 |
+* fixed bug in update method for character strings |
|
290 |
+* updated addFeatureAnnotation so that CHR arg not required |
|
291 |
+* fixed bug in nonpolymorphic function -- function checks whether any regions are pseudoautosomal |
|
292 |
+* fixed bug in list2locusset function (no longer assigns genomewidesnp6 as the default annotation) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@42144 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -272,3 +272,13 @@ is decoded and scanned |
272 | 272 |
* labeled figures / displayed output of code chunks in the copy number vignette |
273 | 273 |
* added bibliography for copy number vignette. Added file inst/doc/refs.bib |
274 | 274 |
* added boxplot method |
275 |
+ |
|
276 |
+2009-10-03 R. Scharpf - committed version 1.3.21 |
|
277 |
+ |
|
278 |
+* modified crlmmWrapper function |
|
279 |
+* modified illumina copy number vignette (still needs debugging) |
|
280 |
+* changed title of copy number vignette |
|
281 |
+* added reference to the crlmm paper |
|
282 |
+* changed copyNumber() method so that CA + NA = NA, CB + NA = NA (previously had CA+NA=CA, but this can result in a lot of zeros, depending on the genotype) |
|
283 |
+* new method: addFeatureAnnotation |
|
284 |
+* support for snp5.0 |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@41178 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -264,3 +264,11 @@ is decoded and scanned |
264 | 264 |
* overhaul of vignette |
265 | 265 |
* added update() method for copy number |
266 | 266 |
* added documentation and error checks for crlmmWrapper |
267 |
+ |
|
268 |
+2009-08-14 R. Scharpf - committed version 1.3.19 |
|
269 |
+ |
|
270 |
+* changes to crlmmWrapper (trying to make this handle the illumina platform as well...still needs testing) |
|
271 |
+ - removed crlmmIlluminaWrapper.Rd, and commented crlmmIlluminaWrapper function |
|
272 |
+* labeled figures / displayed output of code chunks in the copy number vignette |
|
273 |
+* added bibliography for copy number vignette. Added file inst/doc/refs.bib |
|
274 |
+* added boxplot method |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@41171 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -256,3 +256,11 @@ is decoded and scanned |
256 | 256 |
2009-08-04 R. Scharpf - committed version 1.3.17 |
257 | 257 |
|
258 | 258 |
* changed readIdatFiles function to check whether arrayNames is NULL |
259 |
+ |
|
260 |
+2009-08-13 R. Scharpf - committed version 1.3.18 |
|
261 |
+ |
|
262 |
+* move Biobase to Depends |
|
263 |
+* removed GGdata from suggests (problem with loading illuminaHumanv1.db) |
|
264 |
+* overhaul of vignette |
|
265 |
+* added update() method for copy number |
|
266 |
+* added documentation and error checks for crlmmWrapper |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@41017 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@40930 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -241,4 +241,14 @@ is decoded and scanned |
241 | 241 |
|
242 | 242 |
* fixed malformed DESCRIPTION file |
243 | 243 |
|
244 |
+2009-07-31 B Carvalho - committed version 1.3.16 |
|
244 | 245 |
|
246 |
+* Removed several warnings at the C-level |
|
247 |
+ |
|
248 |
+* Fixed several incorrect links in the documentation |
|
249 |
+ |
|
250 |
+* Removed multiple notes "no visible binding for global variable" |
|
251 |
+ by replacing, in crlmmIlluminaWrapper and crlmmWrapper, |
|
252 |
+ a) samplesheet5 by get("samplesheet5") |
|
253 |
+ b) path by get("path") |
|
254 |
+ c) res by get("res") |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@40809 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -182,7 +182,7 @@ is decoded and scanned |
182 | 182 |
2009-07-01 M Ritchie - committed version 1.3.7 |
183 | 183 |
|
184 | 184 |
* made memory savings to reading and normalization if Illumina data |
185 |
-* Now use 'scanDates' slot to save scan dates instead of saving them in phenoData slot |
|
185 |
+* Now use 'protocolData' slot to save scan dates instead of saving them in phenoData slot |
|
186 | 186 |
* added vignette for genoytping illumina data (crlmmIllumina.pdf in inst/doc and crlmmIllumina.Rnw in inst/scripts) |
187 | 187 |
* Changed stop() to warning() when idats are of different type in readIdatFiles() |
188 | 188 |
|
... | ... |
@@ -226,7 +226,7 @@ is decoded and scanned |
226 | 226 |
|
227 | 227 |
2009-07-16 R Scharpf - committed version 1.3.12 |
228 | 228 |
|
229 |
-* scanDates replacement method for CrlmmSetList objects |
|
229 |
+* protocolData replacement method for CrlmmSetList objects |
|
230 | 230 |
|
231 | 231 |
* added .man page for .computeCopynumber |
232 | 232 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@40652 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@40651 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -230,6 +230,11 @@ is decoded and scanned |
230 | 230 |
|
231 | 231 |
* added .man page for .computeCopynumber |
232 | 232 |
|
233 |
-* Suggests VanillaICE (>= 1.7.8) -- needed to run the copynumber.Rnw vignette |
|
233 |
+* Suggests VanillaICE (>= 1.7.8) -- needed to run the copynumber.Rnw |
|
234 |
+ vignette |
|
235 |
+ |
|
236 |
+2009-07-16 R Scharpf - committed version 1.3.13 |
|
237 |
+ |
|
238 |
+* fixed bug 'DF.PRIOR not found' |
|
234 | 239 |
|
235 | 240 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@40649 bc3139a8-67e5-0310-9ffc-ced21a209358