Browse code

Merge branch 'collab'

* collab: (34 commits)
revert change to IlluminaPreprocessCN
fix bug in isValidCdfName
print warning when all features in a batch of probes are flagged, but allow processing to continue
add utility cleancdfnames
Add validCdfNames.Rd
export validCdfNames
imputeGender fix when chromosome Y not available
Use splitIndicesByLength(index, ocSamples/getDoParWorkers())
Can not allocate vector of size XG with genotype.Illumina. Use splitIndicesByNode() only if the length of the list is greater than the split from splitIndicesByLength(). Otherwise, split by length using ocSamples()
update .gitignore
Add make.unique for sampleSheet$Sample_ID in readIdatFiles
bug in description
ensure sample ids stored in samplesheet are unique when constructing cnSet object
update oligoClasses dependency
update unit test for genotype.Illumina
revert change in constructInf call from genotype.Illumina
Update genotype.Rd
edit ACN function
1.15.6 use make.unique(basename(arrayNames)) to allow processing of Illumina samples with duplicated barcodes
check that sample identifies are unique in crlmm function
...

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@67435 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 08/07/2012 19:00:03
Showing 1 changed files
... ...
@@ -38,12 +38,12 @@ citEntry(entry="article",
38 38
 		 "Aravinda Chakravarti and",
39 39
 		 "Rafael A Irizarry"),
40 40
   journal = "Biostatistics",
41
-  year = "2010",
42
-  volume="",
43
-  pages="",
41
+  year = "2011",
42
+  volume="12",
43
+  pages="33--50",
44 44
   textVersion = paste("Scharpf RB, Ruczinski I, Carvalho B, Doan B, Chakravarti A, Irizarry RA",
45 45
                       "A multilevel model to address batch effects in copy number estimation using SNP arrays",
46
-		      "Biostatistics. 2010."))
46
+		      "Biostatistics. 2011."))
47 47
 
48 48
 citEntry(entry = "Article",
49 49
   title        = "Using the {R} Package {crlmm} for Genotyping and Copy Number Estimation",
Browse code

removed extra citheader

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@55182 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 30/04/2011 11:38:33
Showing 1 changed files
... ...
@@ -45,8 +45,6 @@ citEntry(entry="article",
45 45
                       "A multilevel model to address batch effects in copy number estimation using SNP arrays",
46 46
 		      "Biostatistics. 2010."))
47 47
 
48
-citHeader("To cite crlmm in publications use:")
49
-
50 48
 citEntry(entry = "Article",
51 49
   title        = "Using the {R} Package {crlmm} for Genotyping and Copy Number Estimation",
52 50
   author       = personList(as.person("Robert B. Scharpf"),
Browse code

Add JSS paper to CITATION

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@55179 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 30/04/2011 01:50:04
Showing 1 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 citHeader("To cite crlmm in publications use:")
2 2
 
3
-citEntry(entry="article",  
3
+citEntry(entry="article",
4 4
   title  = "Quantifying uncertainty in genotype calls",
5 5
   author = paste("Benilton S Carvalho and",
6 6
                  "Thomas A Louis and",
... ...
@@ -13,7 +13,7 @@ citEntry(entry="article",
13 13
                       "Quantifying uncertainty in genotype calls.",
14 14
                       "Bioinformatics. 2010 Jan 15;26(2):242-9."))
15 15
 
16
-citEntry(entry="article",  
16
+citEntry(entry="article",
17 17
   title  = "R/Bioconductor software for Illumina's Infinium whole-genome genotyping BeadChips",
18 18
   author = paste("Matthew E Ritchie and",
19 19
                  "Benilton S Carvalho and",
... ...
@@ -28,7 +28,7 @@ citEntry(entry="article",
28 28
                       "R/Bioconductor software for Illumina's Infinium whole-genome genotyping BeadChips.",
29 29
                       "Bioinformatics. 2009 Oct 1;25(19):2621-3."))
30 30
 
31
-citEntry(entry="article",  
31
+citEntry(entry="article",
32 32
   title  = "A multilevel model to address batch effects in copy number estimation
33 33
 	using SNP arrays",
34 34
   author = paste("Robert B Scharpf and",
... ...
@@ -45,6 +45,29 @@ citEntry(entry="article",
45 45
                       "A multilevel model to address batch effects in copy number estimation using SNP arrays",
46 46
 		      "Biostatistics. 2010."))
47 47
 
48
+citHeader("To cite crlmm in publications use:")
49
+
50
+citEntry(entry = "Article",
51
+  title        = "Using the {R} Package {crlmm} for Genotyping and Copy Number Estimation",
52
+  author       = personList(as.person("Robert B. Scharpf"),
53
+                   as.person("Rafael A. Irizarry"),
54
+                   as.person("Matthew E. Ritchie"),
55
+                   as.person("Benilton Carvalho"),
56
+                   as.person("Ingo Ruczinski")),
57
+  journal      = "Journal of Statistical Software",
58
+  year         = "2011",
59
+  volume       = "40",
60
+  number       = "12",
61
+  pages        = "1--32",
62
+  url          = "http://www.jstatsoft.org/v40/i12/",
63
+
64
+  textVersion  =
65
+  paste("Robert B. Scharpf, Rafael A. Irizarry, Matthew E. Ritchie, Benilton Carvalho, Ingo Ruczinski (2011).",
66
+        "Using the R Package crlmm for Genotyping and Copy Number Estimation.",
67
+        "Journal of Statistical Software, 40(12), 1-32.",
68
+        "URL http://www.jstatsoft.org/v40/i12/.")
69
+)
70
+
48 71
 
49 72
 citFooter("We have invested a lot of time and effort in creating crlmm,",
50 73
           "please cite it when using it for data analysis.")
Browse code

Updated citation to include the Biostatistics copy number manuscript

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@48627 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 02/08/2010 08:52:27
Showing 1 changed files
... ...
@@ -28,6 +28,23 @@ citEntry(entry="article",
28 28
                       "R/Bioconductor software for Illumina's Infinium whole-genome genotyping BeadChips.",
29 29
                       "Bioinformatics. 2009 Oct 1;25(19):2621-3."))
30 30
 
31
+citEntry(entry="article",  
32
+  title  = "A multilevel model to address batch effects in copy number estimation
33
+	using SNP arrays",
34
+  author = paste("Robert B Scharpf and",
35
+                 "Ingo Ruczinski and",
36
+		 "Benilton Carvalho and",
37
+		 "Betty Doan and",
38
+		 "Aravinda Chakravarti and",
39
+		 "Rafael A Irizarry"),
40
+  journal = "Biostatistics",
41
+  year = "2010",
42
+  volume="",
43
+  pages="",
44
+  textVersion = paste("Scharpf RB, Ruczinski I, Carvalho B, Doan B, Chakravarti A, Irizarry RA",
45
+                      "A multilevel model to address batch effects in copy number estimation using SNP arrays",
46
+		      "Biostatistics. 2010."))
47
+
31 48
 
32 49
 citFooter("We have invested a lot of time and effort in creating crlmm,",
33 50
           "please cite it when using it for data analysis.")
Browse code

Fixes in docs and code reorganization

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@45608 bc3139a8-67e5-0310-9ffc-ced21a209358

Benilton Carvalho authored on 31/03/2010 11:16:26
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,34 @@
1
+citHeader("To cite crlmm in publications use:")
2
+
3
+citEntry(entry="article",  
4
+  title  = "Quantifying uncertainty in genotype calls",
5
+  author = paste("Benilton S Carvalho and",
6
+                 "Thomas A Louis and",
7
+                 "Rafael A Irizarry"),
8
+  journal = "Bioinformatics",
9
+  year = "2010",
10
+  volume = "15;26(2)",
11
+  pages = "242-9",
12
+  textVersion = paste("Carvalho BS, Louis TA, Irizarry RA.",
13
+                      "Quantifying uncertainty in genotype calls.",
14
+                      "Bioinformatics. 2010 Jan 15;26(2):242-9."))
15
+
16
+citEntry(entry="article",  
17
+  title  = "R/Bioconductor software for Illumina's Infinium whole-genome genotyping BeadChips",
18
+  author = paste("Matthew E Ritchie and",
19
+                 "Benilton S Carvalho and",
20
+                 "Kurt N Hetrick and",
21
+                 "Simon Tavar\'e and",
22
+                 "Rafael A Irizarry"),
23
+  journal = "Bioinformatics",
24
+  year = "2009",
25
+  volume = "25(19)",
26
+  pages = "2621-3",
27
+  textVersion = paste("Ritchie ME, Carvalho BS, Hetrick KN, Tavar\'e S.",
28
+                      "R/Bioconductor software for Illumina's Infinium whole-genome genotyping BeadChips.",
29
+                      "Bioinformatics. 2009 Oct 1;25(19):2621-3."))
30
+
31
+
32
+citFooter("We have invested a lot of time and effort in creating crlmm,",
33
+          "please cite it when using it for data analysis.")
34
+