... |
... |
@@ -2,7 +2,7 @@ Package: crlmm
|
2 |
2 |
Type: Package
|
3 |
3 |
Title: Genotype Calling (CRLMM) and Copy Number Analysis tool for
|
4 |
4 |
Affymetrix SNP 5.0 and 6.0 and Illumina arrays
|
5 |
|
-Version: 1.49.0
|
|
5 |
+Version: 1.49.1
|
6 |
6 |
Author: Benilton S Carvalho, Robert Scharpf, Matt Ritchie, Ingo
|
7 |
7 |
Ruczinski, Rafael A Irizarry
|
8 |
8 |
Maintainer: Benilton S Carvalho <benilton@unicamp.br>,
|
... |
... |
@@ -19,7 +19,7 @@ Imports: methods, Biobase (>= 2.15.4), BiocGenerics, affyio (>=
|
19 |
19 |
1.23.2), illuminaio, ellipse, mvtnorm, splines, stats,
|
20 |
20 |
utils, lattice, ff, foreach, RcppEigen (>= 0.3.1.2.1),
|
21 |
21 |
matrixStats, VGAM, parallel, graphics, limma, beanplot
|
22 |
|
-Suggests: hapmapsnp6, genomewidesnp6Crlmm (>= 1.0.7), GGdata, snpStats,
|
|
22 |
+Suggests: hapmapsnp6, genomewidesnp6Crlmm (>= 1.0.7), snpStats,
|
23 |
23 |
RUnit
|
24 |
24 |
Collate: AllGenerics.R AllClasses.R methods-AssayData.R methods-CNSet.R
|
25 |
25 |
methods-CNSetLM.R methods-eSet.R methods-SnpSuperSet.R
|
... |
... |
@@ -27,7 +27,8 @@ Collate: AllGenerics.R AllClasses.R methods-AssayData.R methods-CNSet.R
|
27 |
27 |
crlmm-functions.R crlmmGT2.R crlmm-illumina.R krlmm.R plot.R
|
28 |
28 |
snprma-functions.R utils.R zzz.R test_crlmm_package.R
|
29 |
29 |
LazyLoad: yes
|
30 |
|
-## Local Variables:
|
|
30 |
+## Local Variables:
|
31 |
31 |
## time-stamp-pattern: "8/Date: %3a %3b %2d %02H:%02M:%02S %Z %:y\n"
|
32 |
|
-## End:
|
|
32 |
+## End:
|
33 |
33 |
biocViews: Microarray, Preprocessing, SNP, CopyNumberVariation
|
|
34 |
+RoxygenNote: 7.1.1
|