[Genabel-commits] r819 - pkg/VariABEL/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Dec 6 11:08:27 CET 2011
Author: maksim
Date: 2011-12-06 11:08:26 +0100 (Tue, 06 Dec 2011)
New Revision: 819
Modified:
pkg/VariABEL/man/var_test_gwaa.Rd
Log:
help file has been fixed
Modified: pkg/VariABEL/man/var_test_gwaa.Rd
===================================================================
--- pkg/VariABEL/man/var_test_gwaa.Rd 2011-12-06 10:00:34 UTC (rev 818)
+++ pkg/VariABEL/man/var_test_gwaa.Rd 2011-12-06 10:08:26 UTC (rev 819)
@@ -34,29 +34,26 @@
%\references{ http://www.biomedcentral.com/1471-2156/11/92/abstract }
\author{Maksim Struchalin}
%\note{ ~~further notes~~
- %}
- %\seealso{
- % \code{\link{var.meta}},
- %}
- \examples{
- if (require(GenABEL)) {
- data(srdta)
- result1 <- var_test_gwaa(bt~qt1+qt2, genodata=gtdata(srdta), phenodata=phdata(srdta))
-
+\examples{
+ if (require(GenABEL))
+ {
+ data(srdta)
+ result1 <- var_test_gwaa(bt~qt1+qt2, genodata=gtdata(srdta), phenodata=phdata(srdta))
+
#if there is no covariates needed:
- result2 <- var_test_gwaa("bt", genodata=gtdata(srdta), phenodata=phdata(srdta))
- }
+ result2 <- var_test_gwaa("bt", genodata=gtdata(srdta), phenodata=phdata(srdta))
+ }
- }
+ }
\references{
- Struchalin et al., Variance heterogeneity analysis for detection of potentially
- interacting genetic loci: method and its limitations.
- BMC Genetics 2010, 11:92, doi:10.1186/1471-2156-11-92
+Struchalin et al., Variance heterogeneity analysis for detection of potentially
+interacting genetic loci: method and its limitations.
+BMC Genetics 2010, 11:92, doi:10.1186/1471-2156-11-92
- Struchalin et al., An R package VariABEL for genome-wide searching of
- potentially interacting loci by testing genotypic variance heterogeneity. Submitted.
+Struchalin et al., An R package VariABEL for genome-wide searching of
+potentially interacting loci by testing genotypic variance heterogeneity. Submitted.
}
% Add one or more standard keywords, see file 'KEYWORDS' in the
More information about the Genabel-commits
mailing list