git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@51844 bc3139a8-67e5-0310-9ffc-ced21a209358
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'. |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@45815 bc3139a8-67e5-0310-9ffc-ced21a209358
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'. |