Browse code

NEWS @ inst/

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

Benilton Carvalho authored on 08/04/2010 11:01:11
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,51 +0,0 @@
1
-        **************************************************
2
-        *                                                *
3
-        *              1.3 SERIES NEWS                   *
4
-        *                                                *
5
-        **************************************************
6
-
7
-USER VISIBLE CHANGES
8
-
9
-     o 3 new classes created:
10
-
11
-        i.  'ABset': container for quantile-normalized A and B
12
-       	    intensities for both SNP and copy number probes.  Required
13
-       	    assay data elements are 'A' and 'B'.  Extends eSet
14
-       	    directly.
15
-
16
-                - For nonpolymorphic probes, the quantile normalized
17
-                  intensity is stored in the 'A' assay data element.
18
-                  The corresponding row in the 'B' assay data element
19
-                  is NA.  This is a bit inefficient, but greatly
20
-                  simplifies downstream analyses.  In particular, '['
21
-                  works.
22
-
23
-        ii.  'CrlmmSetList': container for results from preprocessing
24
-	     and genotyping.  This object is a list.  The first
25
-	     element of the list is an ABset.  The second element is a
26
-	     SnpSet containing genotype calls.  The two elements are
27
-	     required to have identical featureNames and sampleNames.
28
-
29
-       		- added several methods for subsetting and accessing
30
- 		  elements of this object, including featureNames,
31
- 		  sampleNames, and "[".
32
-
33
-         iii. 'CopyNumberSet': contains locus-level estimates of copy
34
-  	      number for SNPs and polymorphic probes.
35
-
36
-       	        - Required assay data elements are 'CA' and 'CB',
37
-                  corresponding to the absolute copy number for allele
38
-                  A and B, respectively.
39
-
40
-	        - For nonpolymorphic probes, the total copy number is
41
-                  stored in the 'CA' slot and a NA is recorded for the
42
-                  corresponding row in the CB matrix. 
43
-
44
-		- Useful methods: 'copyNumber', 'ellipse', 'points'
45
-
46
-     o 'crlmmWrapper' function does preprocessing
47
-       (quantile-normalization) and genotyping, saving an object of
48
-       class CrlmmSetList for each chromosome
49
-
50
-     o 'computeCopynumber' now requires an object of class
51
-        'CrlmmSetList' and returns an object of class 'CopyNumberSet'.
Browse code

roll back to crlmm version 1.5.24

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

Rob Scharp authored on 10/03/2010 01:27:04
Showing 1 changed files
... ...
@@ -1,17 +1,3 @@
1
-        **************************************************
2
-        *                                                *
3
-        *              1.5 SERIES NEWS                   *
4
-        *                                                *
5
-        **************************************************
6
-
7
-USER VISIBLE CHANGES
8
-
9
-NEW FEATURES
10
-
11
-	o Support to large datasets via ff package. The user
12
-	must load the ff package manually to benefit from
13
-	this.
14
-
15 1
         **************************************************
16 2
         *                                                *
17 3
         *              1.3 SERIES NEWS                   *
Browse code

Updated contact info and TODO

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

Benilton Carvalho authored on 22/02/2010 13:25:02
Showing 1 changed files
... ...
@@ -1,3 +1,17 @@
1
+        **************************************************
2
+        *                                                *
3
+        *              1.5 SERIES NEWS                   *
4
+        *                                                *
5
+        **************************************************
6
+
7
+USER VISIBLE CHANGES
8
+
9
+NEW FEATURES
10
+
11
+	o Support to large datasets via ff package. The user
12
+	must load the ff package manually to benefit from
13
+	this.
14
+
1 15
         **************************************************
2 16
         *                                                *
3 17
         *              1.3 SERIES NEWS                   *
Browse code

beginning of copy number methods for illumina. some work on copy number estimation for chromosome X

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

Rob Scharp authored on 06/07/2009 19:24:27
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,51 @@
1
+        **************************************************
2
+        *                                                *
3
+        *              1.3 SERIES NEWS                   *
4
+        *                                                *
5
+        **************************************************
6
+
7
+USER VISIBLE CHANGES
8
+
9
+     o 3 new classes created:
10
+
11
+        i.  'ABset': container for quantile-normalized A and B
12
+       	    intensities for both SNP and copy number probes.  Required
13
+       	    assay data elements are 'A' and 'B'.  Extends eSet
14
+       	    directly.
15
+
16
+                - For nonpolymorphic probes, the quantile normalized
17
+                  intensity is stored in the 'A' assay data element.
18
+                  The corresponding row in the 'B' assay data element
19
+                  is NA.  This is a bit inefficient, but greatly
20
+                  simplifies downstream analyses.  In particular, '['
21
+                  works.
22
+
23
+        ii.  'CrlmmSetList': container for results from preprocessing
24
+	     and genotyping.  This object is a list.  The first
25
+	     element of the list is an ABset.  The second element is a
26
+	     SnpSet containing genotype calls.  The two elements are
27
+	     required to have identical featureNames and sampleNames.
28
+
29
+       		- added several methods for subsetting and accessing
30
+ 		  elements of this object, including featureNames,
31
+ 		  sampleNames, and "[".
32
+
33
+         iii. 'CopyNumberSet': contains locus-level estimates of copy
34
+  	      number for SNPs and polymorphic probes.
35
+
36
+       	        - Required assay data elements are 'CA' and 'CB',
37
+                  corresponding to the absolute copy number for allele
38
+                  A and B, respectively.
39
+
40
+	        - For nonpolymorphic probes, the total copy number is
41
+                  stored in the 'CA' slot and a NA is recorded for the
42
+                  corresponding row in the CB matrix. 
43
+
44
+		- Useful methods: 'copyNumber', 'ellipse', 'points'
45
+
46
+     o 'crlmmWrapper' function does preprocessing
47
+       (quantile-normalization) and genotyping, saving an object of
48
+       class CrlmmSetList for each chromosome
49
+
50
+     o 'computeCopynumber' now requires an object of class
51
+        'CrlmmSetList' and returns an object of class 'CopyNumberSet'.