git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@87035 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,58 +1,34 @@ |
1 | 1 |
Package: crlmm |
2 | 2 |
Type: Package |
3 |
-Title: Genotype Calling (CRLMM) and Copy Number Analysis tool for Affymetrix SNP 5.0 and 6.0 and Illumina arrays. |
|
4 |
-Version: 1.21.5 |
|
5 |
-Date: Mon Feb 3 09:02:42 EST 2014 |
|
6 |
-Author: Benilton S Carvalho, Robert Scharpf, Matt Ritchie, Ingo Ruczinski, Rafael A Irizarry |
|
7 |
-Maintainer: Benilton S Carvalho <Benilton.Carvalho@cancer.org.uk>, Robert Scharpf <rscharpf@jhsph.edu>, Matt Ritchie <mritchie@wehi.EDU.AU> |
|
8 |
-Description: Faster implementation of CRLMM specific to SNP 5.0 and 6.0 arrays, as well as a copy number tool specific to 5.0, 6.0, and Illumina platforms |
|
3 |
+Title: Genotype Calling (CRLMM) and Copy Number Analysis tool for |
|
4 |
+ Affymetrix SNP 5.0 and 6.0 and Illumina arrays. |
|
5 |
+Version: 1.21.6 |
|
6 |
+Date: Mon Feb 3 09:02:42 EST 2014 |
|
7 |
+Author: Benilton S Carvalho, Robert Scharpf, Matt Ritchie, Ingo |
|
8 |
+ Ruczinski, Rafael A Irizarry |
|
9 |
+Maintainer: Benilton S Carvalho <Benilton.Carvalho@cancer.org.uk>, |
|
10 |
+ Robert Scharpf <rscharpf@jhsph.edu>, Matt Ritchie |
|
11 |
+ <mritchie@wehi.EDU.AU> |
|
12 |
+Description: Faster implementation of CRLMM specific to SNP 5.0 and 6.0 |
|
13 |
+ arrays, as well as a copy number tool specific to 5.0, 6.0, and |
|
14 |
+ Illumina platforms |
|
9 | 15 |
License: Artistic-2.0 |
10 |
-Depends: R (>= 2.14.0), oligoClasses (>= 1.21.12), preprocessCore (>= 1.17.7) |
|
16 |
+Depends: R (>= 2.14.0), oligoClasses (>= 1.21.12), preprocessCore (>= |
|
17 |
+ 1.17.7) |
|
11 | 18 |
LinkingTo: preprocessCore (>= 1.17.7) |
12 |
-Imports: methods, |
|
13 |
- Biobase (>= 2.15.4), |
|
14 |
- BiocGenerics, |
|
15 |
- affyio (>= 1.23.2), |
|
16 |
- illuminaio, |
|
17 |
- ellipse, |
|
18 |
- mvtnorm, |
|
19 |
- splines, |
|
20 |
- stats, |
|
21 |
- SNPchip, |
|
22 |
- utils, |
|
23 |
- lattice, |
|
24 |
- ff, |
|
25 |
- foreach, |
|
26 |
- RcppEigen (>= 0.3.1.2.1), |
|
27 |
- matrixStats, |
|
28 |
- VGAM |
|
29 |
-Suggests: hapmapsnp6, |
|
30 |
- genomewidesnp6Crlmm (>= 1.0.7), |
|
31 |
- GGdata, |
|
32 |
- snpStats, |
|
33 |
- ellipse, |
|
34 |
- RUnit, |
|
35 |
- VGAM |
|
36 |
-Collate: AllGenerics.R |
|
37 |
- AllClasses.R |
|
38 |
- methods-AssayData.R |
|
39 |
- methods-CNSet.R |
|
40 |
- methods-CNSetLM.R |
|
41 |
- methods-eSet.R |
|
42 |
- methods-SnpSuperSet.R |
|
43 |
- methods-PredictionRegion.R |
|
44 |
- cnrma-functions.R |
|
45 |
- cnset-accessors.R |
|
46 |
- crlmm-functions.R |
|
47 |
- crlmmGT2.R |
|
48 |
- crlmm-illumina.R |
|
49 |
- krlmm.R |
|
50 |
- snprma-functions.R |
|
51 |
- utils.R |
|
52 |
- zzz.R |
|
53 |
- test_crlmm_package.R |
|
19 |
+Imports: methods, Biobase (>= 2.15.4), BiocGenerics, affyio (>= |
|
20 |
+ 1.23.2), illuminaio, ellipse, mvtnorm, splines, stats, SNPchip, |
|
21 |
+ utils, lattice, ff, foreach, RcppEigen (>= 0.3.1.2.1), |
|
22 |
+ matrixStats, VGAM |
|
23 |
+Suggests: hapmapsnp6, genomewidesnp6Crlmm (>= 1.0.7), GGdata, snpStats, |
|
24 |
+ ellipse, RUnit, VGAM |
|
25 |
+Collate: AllGenerics.R AllClasses.R methods-AssayData.R methods-CNSet.R |
|
26 |
+ methods-CNSetLM.R methods-eSet.R methods-SnpSuperSet.R |
|
27 |
+ methods-PredictionRegion.R cnrma-functions.R cnset-accessors.R |
|
28 |
+ crlmm-functions.R crlmmGT2.R crlmm-illumina.R krlmm.R |
|
29 |
+ snprma-functions.R utils.R zzz.R test_crlmm_package.R |
|
54 | 30 |
LazyLoad: yes |
55 |
-biocViews: Microarray, Preprocessing, SNP, Bioinformatics,CopyNumberVariants |
|
56 | 31 |
## Local Variables: |
57 | 32 |
## time-stamp-pattern: "8/Date: %3a %3b %2d %02H:%02M:%02S %Z %:y\n" |
58 | 33 |
## End: |
34 |
+biocViews: Microarray, Preprocessing, SNP, CopyNumberVariation |