View source: R/summary.scantwo.R
c.scantwo | R Documentation |
Concatenate the columns from different runs of
scantwo
.
## S3 method for class 'scantwo'
c(...)
## S3 method for class 'scantwo'
cbind(...)
... |
A set of objects of class |
The aim of this function is to concatenate the results from multiple
runs scantwo
, generally for
different phenotypes and/or methods.
The concatenated input, as a scantwo
object.
Karl W Broman, broman@wisc.edu
summary.scantwo
,
scantwo
, c.scanone
data(fake.bc)
fake.bc <- calc.genoprob(fake.bc)
out2a <- scantwo(fake.bc, method="hk")
out2b <- scantwo(fake.bc, pheno.col=2, method="hk")
out2 <- c(out2a, out2b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.