ped.x.all {fat2Lpoly} | R Documentation |
Example dataset returned by the function read.merlin.files
Description
This list is an example of output from the function read.merlin.files
. It is provided to test the function fat2Lpoly.withinR
by executing the example code in the fat2Lpoly.withinR
documentation.
Usage
data(ped.x.all)
Format
A list of six objects:
- ped
-
data frame with columns fam.id, subject.ids, endophenotype and phenotype (in the given order)
- x.all
-
data frame of SNP genotypes in the format "(number of minor alleles)/2", for all SNPs listed in the file(s) in
datfilenames
. It contains only the SNP data and it has as column names the SNP names indatfilenames
. The lines come in the same order as inped
. - MA.table
-
data frame giving the minor allele numbers of all the SNPs. The first column consists of
x.all
's column names and the second column the minor allele numbers. - ibd.dat.list
-
list of one or two data frames containing the columns of the IBD data file(s) in
ibdfilenames
. - y1.name
-
affection name extracted from first line of the data file(s)
- y2.name
-
affection name extracted from second line of the data file(s)
- ibdfilenames
-
(same object as provided as argument) vector of 1 or 2 (the number of loci involved in the
design
function) character strings giving the names of the Merlin format ibd files corresponding to the pedigree files.
Examples
data(ped.x.all)