Browse code

merge collab branch

* collab:
update vignettes/Makefile
update .gitignore
update table in CopyNumberViewiew
bump dependency on oligoClasses version
Update alias for "[" method for PredictionRegion objects
Replaced CopyNumberOverview and Infrastructure vignettes with those in the release branch. The versions in release have removed AffymetrixPreprocessCN, which is no longer available

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@71322 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 19/11/2012 04:49:34
Showing 1 changed files
... ...
@@ -35,3 +35,16 @@ runillumina.R
35 35
 inst/scripts/SmoothingRawCN.pdf
36 36
 inst/scripts/test
37 37
 .gitignore
38
+AffyGW-snr.pdf
39
+AffyGW.R
40
+IlluminaPreprocessCN-snr.pdf
41
+IlluminaPreprocessCN.bbl
42
+IlluminaPreprocessCN.blg
43
+gender.R
44
+runAffy.R.sh
45
+runIlluminaPreprocessCN.R.sh
46
+preproc_debug.R
47
+rowMediansByGenotype.c
48
+SimpleUsage.R
49
+copynumber.pdf
50
+crlmmDownstream.Rnw
Browse code

fix typo in .gitignore

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@58628 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 01/10/2011 04:46:02
Showing 1 changed files
... ...
@@ -32,6 +32,6 @@ pull
32 32
 copynumber.R
33 33
 runcopynumber.R
34 34
 runillumina.R
35
-inst/scripts/SmoothingRawCn.pdf
35
+inst/scripts/SmoothingRawCN.pdf
36 36
 inst/scripts/test
37 37
 .gitignore
Browse code

update .gitignore to ignore inst/scripts/SmoothingRawCN.pdf

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@58627 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 01/10/2011 04:45:57
Showing 1 changed files
... ...
@@ -32,3 +32,6 @@ pull
32 32
 copynumber.R
33 33
 runcopynumber.R
34 34
 runillumina.R
35
+inst/scripts/SmoothingRawCn.pdf
36
+inst/scripts/test
37
+.gitignore
Browse code

gitignore ignores tmp.* debug.* and test.*

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@58618 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 01/10/2011 04:45:10
Showing 1 changed files
... ...
@@ -1,4 +1,8 @@
1 1
 .auto*
2
+CopyNumberOverview.pdf
3
+test.*
4
+debug.*
5
+tmp.*
2 6
 *.aux
3 7
 *.dvi
4 8
 cnvignette.org
Browse code

Add vignettes for copy number analysis. Add crlmmGT2.R file

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@54171 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 30/03/2011 02:41:00
Showing 1 changed files
... ...
@@ -1,4 +1,7 @@
1 1
 .auto*
2
+*.aux
3
+*.dvi
4
+cnvignette.org
2 5
 test/*
3 6
 *.o
4 7
 *.so
Browse code

Rewrote illumina_copynumber vignette. Add functions and docmentation for constructInf, preprocessInf, and genotypeInf.

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@54164 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 30/03/2011 02:40:07
Showing 1 changed files
... ...
@@ -1,5 +1,7 @@
1 1
 .auto*
2 2
 test/*
3
+*.o
4
+*.so
3 5
 myCrlmmGT2.Rnw
4 6
 ffobjs*
5 7
 auto*
Browse code

change cnSet$SNR and cnSet$SKW to numeric (previously ff)

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@53657 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 12/03/2011 19:56:02
Showing 1 changed files
... ...
@@ -5,8 +5,6 @@ ffobjs*
5 5
 auto*
6 6
 ModelForPolymorphicX.pdf
7 7
 .Rhistory
8
-*.o
9
-*.so
10 8
 *.tex
11 9
 illumina_copynumber-*
12 10
 Makefile2
Browse code

update sample.CNSet

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@53580 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 10/03/2011 19:31:11
Showing 1 changed files
... ...
@@ -1,3 +1,4 @@
1
+.auto*
1 2
 test/*
2 3
 myCrlmmGT2.Rnw
3 4
 ffobjs*
Browse code

add structure for unit tests (currently empty)

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@52982 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 18/02/2011 19:17:55
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-test*
1
+test/*
2 2
 myCrlmmGT2.Rnw
3 3
 ffobjs*
4 4
 auto*
... ...
@@ -19,3 +19,8 @@ copynumber.log
19 19
 *.png
20 20
 *~
21 21
 relocating*
22
+push
23
+pull
24
+copynumber.R
25
+runcopynumber.R
26
+runillumina.R
Browse code

commit after bioc rebase

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@52859 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 16/02/2011 16:19:11
Showing 1 changed files
... ...
@@ -1,3 +1,5 @@
1
+test*
2
+myCrlmmGT2.Rnw
1 3
 ffobjs*
2 4
 auto*
3 5
 ModelForPolymorphicX.pdf
Browse code

ignore ffobjs

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@52848 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 16/02/2011 15:59:09
Showing 1 changed files
... ...
@@ -1,3 +1,4 @@
1
+ffobjs*
1 2
 auto*
2 3
 ModelForPolymorphicX.pdf
3 4
 .Rhistory
Browse code

fix for finding index of nonpolymorphic markers in genotype function

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@50887 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 15/11/2010 14:21:45
Showing 1 changed files
... ...
@@ -4,7 +4,6 @@ ModelForPolymorphicX.pdf
4 4
 *.o
5 5
 *.so
6 6
 *.tex
7
-sync
8 7
 illumina_copynumber-*
9 8
 Makefile2
10 9
 Rprof*
Browse code

genotype function should be independent of annotation package version

no longer uses ffrowapply. Updates assayData elements of callSet column by column

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@50807 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 11/11/2010 04:13:23
Showing 1 changed files
... ...
@@ -1,4 +1,5 @@
1 1
 auto*
2
+ModelForPolymorphicX.pdf
2 3
 .Rhistory
3 4
 *.o
4 5
 *.so
Browse code

Update summarizeNps function for illumina platform

- A scatterplot of the A and B channels at nonpolymophic loci shows
that one channel appears to be background and the other channel
appears to be signal.

- A quick fix for CN estimation is to replace the normalized
intensities at nonpolymorphic loci for the A allele with the average
from both channels on the intensity scale ((A+B)/2)

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@50353 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 20/10/2010 13:43:06
Showing 1 changed files
... ...
@@ -13,3 +13,6 @@ extdata*
13 13
 copynumber-*
14 14
 copynumber.log
15 15
 *.log
16
+*.png
17
+*~
18
+relocating*
Browse code

Add illumina_copynumber.pdf to package.

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@49895 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 04/10/2010 02:21:53
Showing 1 changed files
... ...
@@ -12,3 +12,4 @@ sample.CNSetLMff.rda
12 12
 extdata*
13 13
 copynumber-*
14 14
 copynumber.log
15
+*.log
Browse code

.gitignore ignores copynumber-* and copynumber.log

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@49138 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 30/08/2010 19:40:59
Showing 1 changed files
... ...
@@ -10,5 +10,5 @@ Rprof*
10 10
 testing*
11 11
 sample.CNSetLMff.rda
12 12
 extdata*
13
-Makefile
14
-.Rhistory
13
+copynumber-*
14
+copynumber.log
Browse code

moved totalCopyNumber method to oligoClasses package.

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@49129 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 30/08/2010 19:40:26
Showing 1 changed files
... ...
@@ -10,3 +10,5 @@ Rprof*
10 10
 testing*
11 11
 sample.CNSetLMff.rda
12 12
 extdata*
13
+Makefile
14
+.Rhistory
Browse code

Ignoring auto and Makefile

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@49128 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 30/08/2010 19:40:24
Showing 1 changed files
... ...
@@ -10,4 +10,3 @@ Rprof*
10 10
 testing*
11 11
 sample.CNSetLMff.rda
12 12
 extdata*
13
-
Browse code

Ignoring auto* and Makefile

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@49127 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 30/08/2010 19:40:22
Showing 1 changed files
... ...
@@ -10,3 +10,4 @@ Rprof*
10 10
 testing*
11 11
 sample.CNSetLMff.rda
12 12
 extdata*
13
+
Browse code

begin commening the 'normal' matrix as this is not used.

Parts of the 'normal' matrix appear to be used in fit.lm4 -- the
wrapper for nonpolymorphic markers on X. Testing here will be needed
once these lines are commented.

Should snpflags and normal be part of the CNSet object an instantiated
upon initialization? I think so. snpflags need only be the same
dimension as the parameters and can be included in the
LinerModelParameter class.

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@48953 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 21/08/2010 02:49:25
Showing 1 changed files
... ...
@@ -8,3 +8,5 @@ illumina_copynumber-*
8 8
 Makefile2
9 9
 Rprof*
10 10
 testing*
11
+sample.CNSetLMff.rda
12
+extdata*
Browse code

Fixed cross-references that were not linked to a topic in CNSet-methods and copynumberAccessors Rd files

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@48952 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 21/08/2010 02:49:20
Showing 1 changed files
... ...
@@ -6,3 +6,5 @@ auto*
6 6
 sync
7 7
 illumina_copynumber-*
8 8
 Makefile2
9
+Rprof*
10
+testing*
Browse code

Edited Makefile as in Peng's compendium

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@48921 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 21/08/2010 02:47:07
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,8 @@
1
+auto*
2
+.Rhistory
3
+*.o
4
+*.so
5
+*.tex
6
+sync
7
+illumina_copynumber-*
8
+Makefile2