[Genabel-commits] r627 - pkg/GenABEL/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Dec 17 12:18:46 CET 2010


Author: maksim
Date: 2010-12-17 12:18:46 +0100 (Fri, 17 Dec 2010)
New Revision: 627

Modified:
   pkg/GenABEL/man/merge.snp.data.Rd
Log:
Help for new option intersected_snps_only

Modified: pkg/GenABEL/man/merge.snp.data.Rd
===================================================================
--- pkg/GenABEL/man/merge.snp.data.Rd	2010-12-17 11:01:21 UTC (rev 626)
+++ pkg/GenABEL/man/merge.snp.data.Rd	2010-12-17 11:18:46 UTC (rev 627)
@@ -5,7 +5,7 @@
 	function to merge two objects of snp.data-class
 }
 \usage{
-merge.snp.data(x, y, ... , error_amount = 1e+06, replacena = TRUE, forcestranduse = FALSE, sort = TRUE)
+merge.snp.data(x, y, ... , error_amount = 1e+06, replacena = TRUE, forcestranduse = FALSE, sort = TRUE, intersected_snps_only = FALSE)
 }
 \arguments{
   \item{x}{the first object of \code{\link{snp.data-class}}}
@@ -21,6 +21,8 @@
   \item{sort}{if TRUE, sorts the object according to chromosome and SNP 
 	position
 	}
+  \item{intersected_snps_only}{if TRUE, then only interesected SNPs will be in output
+	}
 }
 \details{
 	By default, when a genotype for a person is measured in both 



More information about the Genabel-commits mailing list