toDataFrame | R Documentation |
When haplinSlide is run with the option table.output = T
, the result is a list of haptable
s, i.e. tables with summary haplin results for each window haplinSlide
is run on. toDataFrame
stacks the separate dataframes into one large dataframe containing all results.
toDataFrame(x, reduce = F)
x |
The output from |
reduce |
Reduce output to one line per marker |
When haplinSlide
is run with winlength = 1
on SNP markers, each table in the output has only two rows, and can be condensed to a single row. By setting the argument reduce
to TRUE, toDataFrame
reduces each table to one line and returns a dataframe with one line for each SNP. In more general situations, with multi-allelic markers or, more commonly, winlength
set to 2 or more, each output table will typically have more than two rows and cannot be reduced, so reduce
should be set to FALSE.
The output is a dataframe. First column contains the marker names. Second column are row numbers, counted within each output table. The remaining columns are identical to the individual output columns, which are described in more detail in the help file for haptable
.
Hakon K. Gjessing
Professor of Biostatistics
Division of Epidemiology
Norwegian Institute of Public Health
hakon.gjessing@uib.no
Gjessing HK and Lie RT. Case-parent triads: Estimating single- and double-dose effects of fetal and maternal disease gene haplotypes. Annals of Human Genetics (2006) 70, pp. 382-396.
Web Site: https://haplin.bitbucket.io
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.