CRAN
genMOSSplus 1.0
Application of MOSS algorithm to genome-wide association study (GWAS)
Released Aug 30, 2013 by Laurent Briollais
This is a genMOSS package with additional datafile preprocessing functions. Performs genome-wide analysis of dense SNP array data using the mode oriented stochastic search (MOSS) algorithm in a case-control design. The MOSS algorithm is a Bayesian variable selection procedure that is applicable to GWAS data. It identifies combinations of the best predictive SNPs associated with the response. It also performs a hierarchical log-linear model search to identify the most relevant associations among the resulting subsets of SNPs. This package also includes preprocessing of the data from Plink format to the format required by the MOSS algorithm.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>genMOSSplus</artifactId> <version>1.0-b272</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:genMOSSplus')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.
- MOSS.GWAS-examples
- ex2plink-examples
- genMOSSplus-package-examples
- genos.clean-examples
- genos.clean.batch-examples
- get.data.dims-examples
- get.file.copy-examples
- pre0.dir.create-examples
- pre1.plink2mach-examples
- pre1.plink2mach.batch-examples
- pre2.remove.genos-examples
- pre2.remove.genos.batch-examples
- pre3.call.mach-examples
- pre3.call.mach.batch-examples
- pre4.combine.case.control-examples
- pre4.combine.case.control.batch-examples
- pre5.genos2numeric-examples
- pre5.genos2numeric.batch-examples
- pre6.merge.genos-examples
- pre7.add.conf.var-examples
- pre7.add.conf.var.unix-examples
- pre8.split.train.test-examples
- pre8.split.train.test.batch-examples
- run1.moss-examples
- tune1.subsets-examples