* mymac:
add AffyGW.pdf
update vignettes in inst/scripts
Change argument of validCEL to celfiles
Update constructInf to accommodate GenomeDataFrame class for featureData
bump version to 1.13.7
Add doRUnit.R
Add celfile-utils.Rd
Streamlne some of the Rd files
add validCEL function that checks whether all celfiles can be read
getFeatureData returns GenomeAnnotatedDataFrame
Remove imports from methods. Remove pdf of illumina_copynumber.pdf (large file) and copynumber.pdf
getFeatureDAta returns GenomeAnnotatedDataFrame
Remove separate vignette for copy number in inst/scripts. Include copynumber section in both affy and illumina pipelines.
update documentation files for genotype.Illumina, preprocessInf, and genotypeInf (cdfName added as argument. Indicate that 'batch' should be a character string)
pass cdfName to genotypeInf and preprocessInf
add unitTests and cn-functions for 'simple usage'
Combine AffyPreprocess and copynumber. Combine IlluminaPreprocess and copynumber
remove depency on ff to allow installation on my mac
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@62108 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,19 +0,0 @@ |
1 |
-\name{celDates} |
|
2 |
-\alias{celDates} |
|
3 |
-\title{Extract dates from the cel file header} |
|
4 |
-\description{ |
|
5 |
- Extract dates from the cel file header. |
|
6 |
-} |
|
7 |
-\usage{ |
|
8 |
-celDates(celfiles) |
|
9 |
-} |
|
10 |
-\arguments{ |
|
11 |
- \item{celfiles}{CEL file names. Must specify the complete path.} |
|
12 |
-} |
|
13 |
-\value{ |
|
14 |
- date-time class POSIXt |
|
15 |
-} |
|
16 |
-\author{R. Scharpf} |
|
17 |
-\seealso{ \cite{\link[affyio]{read.celfile.header}}, \cite{\link{POSIXt}}} |
|
18 |
-\keyword{manip} |
|
19 |
- |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@38183 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,19 @@ |
1 |
+\name{celDates} |
|
2 |
+\alias{celDates} |
|
3 |
+\title{Extract dates from the cel file header} |
|
4 |
+\description{ |
|
5 |
+ Extract dates from the cel file header. |
|
6 |
+} |
|
7 |
+\usage{ |
|
8 |
+celDates(celfiles) |
|
9 |
+} |
|
10 |
+\arguments{ |
|
11 |
+ \item{celfiles}{CEL file names. Must specify the complete path.} |
|
12 |
+} |
|
13 |
+\value{ |
|
14 |
+ date-time class POSIXt |
|
15 |
+} |
|
16 |
+\author{R. Scharpf} |
|
17 |
+\seealso{ \cite{\link[affyio]{read.celfile.header}}, \cite{\link{POSIXt}}} |
|
18 |
+\keyword{manip} |
|
19 |
+ |