* collab: (34 commits)
revert change to IlluminaPreprocessCN
fix bug in isValidCdfName
print warning when all features in a batch of probes are flagged, but allow processing to continue
add utility cleancdfnames
Add validCdfNames.Rd
export validCdfNames
imputeGender fix when chromosome Y not available
Use splitIndicesByLength(index, ocSamples/getDoParWorkers())
Can not allocate vector of size XG with genotype.Illumina. Use splitIndicesByNode() only if the length of the list is greater than the split from splitIndicesByLength(). Otherwise, split by length using ocSamples()
update .gitignore
Add make.unique for sampleSheet$Sample_ID in readIdatFiles
bug in description
ensure sample ids stored in samplesheet are unique when constructing cnSet object
update oligoClasses dependency
update unit test for genotype.Illumina
revert change in constructInf call from genotype.Illumina
Update genotype.Rd
edit ACN function
1.15.6 use make.unique(basename(arrayNames)) to allow processing of Illumina samples with duplicated barcodes
check that sample identifies are unique in crlmm function
...
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@67435 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,26 @@ |
1 |
+\name{validCdfNames} |
|
2 |
+\alias{validCdfNames} |
|
3 |
+ |
|
4 |
+\title{ Supported annotation packages for crlmm genotyping} |
|
5 |
+\description{ |
|
6 |
+Supported annotation packages for crlmm genotyping |
|
7 |
+} |
|
8 |
+\usage{ |
|
9 |
+validCdfNames() |
|
10 |
+} |
|
11 |
+\details{ |
|
12 |
+ List of available annotation packages |
|
13 |
+} |
|
14 |
+\value{ |
|
15 |
+ character vector |
|
16 |
+} |
|
17 |
+ |
|
18 |
+\author{ |
|
19 |
+R.Scharpf |
|
20 |
+} |
|
21 |
+ |
|
22 |
+ |
|
23 |
+\examples{ |
|
24 |
+validCdfNames() |
|
25 |
+} |
|
26 |
+\keyword{manip} |
|
0 | 27 |
\ No newline at end of file |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@45126 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,26 +0,0 @@ |
1 |
-\name{validCdfNames} |
|
2 |
-\alias{validCdfNames} |
|
3 |
-\title{ |
|
4 |
- Valid R package for annotating crlmm or illumina platforms |
|
5 |
-} |
|
6 |
-\description{ |
|
7 |
- Returns a list of the platforms that are currently supported. |
|
8 |
-} |
|
9 |
-\details{ |
|
10 |
- |
|
11 |
-} |
|
12 |
-\value{ |
|
13 |
- Vector of currently supported platforms. |
|
14 |
-} |
|
15 |
-\references{ |
|
16 |
- } |
|
17 |
-\author{ |
|
18 |
- R. Scharpf |
|
19 |
-} |
|
20 |
- |
|
21 |
- |
|
22 |
-\examples{ |
|
23 |
- validCdfNames() |
|
24 |
-} |
|
25 |
-\keyword{manip} |
|
26 |
- |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@45083 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,26 @@ |
1 |
+\name{validCdfNames} |
|
2 |
+\alias{validCdfNames} |
|
3 |
+\title{ |
|
4 |
+ Valid R package for annotating crlmm or illumina platforms |
|
5 |
+} |
|
6 |
+\description{ |
|
7 |
+ Returns a list of the platforms that are currently supported. |
|
8 |
+} |
|
9 |
+\details{ |
|
10 |
+ |
|
11 |
+} |
|
12 |
+\value{ |
|
13 |
+ Vector of currently supported platforms. |
|
14 |
+} |
|
15 |
+\references{ |
|
16 |
+ } |
|
17 |
+\author{ |
|
18 |
+ R. Scharpf |
|
19 |
+} |
|
20 |
+ |
|
21 |
+ |
|
22 |
+\examples{ |
|
23 |
+ validCdfNames() |
|
24 |
+} |
|
25 |
+\keyword{manip} |
|
26 |
+ |