[Genabel-commits] r698 - pkg/GenABEL/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Mar 10 13:55:24 CET 2011
Author: maksim
Date: 2011-03-10 13:55:24 +0100 (Thu, 10 Mar 2011)
New Revision: 698
Modified:
pkg/GenABEL/man/cocohet.Rd
Log:
Tests names added.
Modified: pkg/GenABEL/man/cocohet.Rd
===================================================================
--- pkg/GenABEL/man/cocohet.Rd 2011-03-09 23:58:02 UTC (rev 697)
+++ pkg/GenABEL/man/cocohet.Rd 2011-03-10 12:55:24 UTC (rev 698)
@@ -15,7 +15,7 @@
\item{window}{Number of SNPs on the "right" of a given SNP which are used in analysis with a SNP. Object of class \code{\link{integer}}}
\item{return_all_result}{If FALSE then return only a vector where each element is a chisq obtained as a maximum chisq between a given SNP and SNPs on the right within a window. If TRUE then return also a matrix where chisq's for all tests are stored. Object of class \code{\link{logical}}}
\item{manhettan_filename}{File name where manhettan plot will be saved after analysis. Object of class \code{\link{character}}}
- \item{test}{Name of the test to be performed. Object of class \code{\link{character}}}
+ \item{test}{Name of the test to be performed. Available tests are "CHI2", "YATES" (chi2 with Yates correction), and "FISHER". Object of class \code{\link{character}}}
\item{min_expected_cut_off}{In case this is >=0 and test is NOT Pearson's chisq test then Pearson's chisq test (!) is performed only for SNPs which produce acontingency table where the expected number of subjects in each field is >min_expected_cut_off. Otherwise the specified test is performed. Object of class \code{\link{integer}} or \code{\link{numeric}}}
}
\details{
@@ -31,7 +31,6 @@
the input parameter test is performed.
-
}
\value{
A list is returned.
More information about the Genabel-commits
mailing list