MouseDivGeno R Package
This version does the following:
- genotype/vinotype Mouse Diversity Array CEL files
- generate LRR and BAF output from CEL files which is suitable as input for the PennCNV program
- generate CNV calls using the simpleCNV function
To install on mac or linux you can enter the following command in your terminal:
R CMD INSTALL MouseDivGeno_1.0.4.tar.gz
To install on windows start R and use the "packages->Install package(s) from local zip files..." menu item
Warranty Disclaimer and Copyright Notice
The Jackson Laboratory makes no representation about the suitability or accuracy of this software for any purpose, and makes no warranties, either express or implied, including merchantability and fitness for a particular purpose or that the use of this software will not infringe any third party patents, copyrights, trademarks, or other rights. The software are provided "as is".
This software is provided to enhance knowledge and encourage progress in the scientific community. This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Downloads
- MouseDivGeno 1.0.4:
- MouseDivGeno 1.0.4 Package Source (for Mac OS X and Linux installations)
- Note: Windows binary not yet available
- Important Changes:
- removed unused snpProbeInfo arg from mouseDivGenotype(...)
- fix bug where genotyping fails when gender inference is skipped
- no longer try to infer gender when we don't have X, Y and at least one autosome
- MouseDivGeno 1.0.3:
- MouseDivGeno 1.0.3 Package Source (for Mac OS X and Linux installations)
- Note: Windows binary not yet available
- Important Changes:
- several documentation updates
- new readCELFilesInvariants function for reading invariant (exon ...) probesets from CEL files. This is analogous to the readCELFiles function which does the same for SNP probesets
- Genotyping functions now take a samplesToKeep parameter. This allows you to specify that genotype output should only be generated for some subset of samples.
- miscellaneous performance improvements and bug fixes
- MouseDivGeno 1.0.2:
- MouseDivGeno 1.0.2 Package Source (for Mac OS X and Linux installations)
- Important Changes:
- mouseDivGenotype function has been renamed mouseDivGenotypeCEL
- switched from using SNOW to using the multicore package and changed code to better exploit parallelism. Make sure that you have the multicore package installed or performance will suffer
- added S3 classes: snpContAvg and snpIntensities. See documentation for makeSnpContAvg and makeSnpIntensities for details
- added functions: plotSnpContAvg, pointsSnpContAvg, makeSnpContAvg and makeSnpIntensities
- MouseDivGeno 1.0.1 Downloads:
- MouseDivGeno 1.0.0 Downloads:
- MouseDivGeno 1.0.0 Package Source (for Mac OS X/Linux)
- MouseDivGeno 1.0.0 Package Binary Zip (for Windows)
- Supporting Data with annotations
- The latest MouseDivGeno vignette [PDF]

