getDyads {Haplin}R Documentation

Getter only for all dyads (child and one parent)

Description

Wrapper function for genDataGetPart that returns a subset of the data containing only dyads (where the child and only one parent have genetic data), i.e., not triads.

Usage

getDyads(
  data.in = stop("No data given!", call. = FALSE),
  file.out = "my_data_onlyDyads",
  dir.out = ".",
  overwrite = NULL
)

Arguments

data.in

The data object (in format as the output of genDataRead); note that the design of the data is assumed to be "triad".

file.out

The base for the output filename (default: "my_data_onlyDyads").

dir.out

The path to the directory where the output files will be saved (default: ".", the current directory).

overwrite

Whether to overwrite the output files: if NULL (default), will prompt the user to give answer; set to TRUE, will automatically overwrite any existing files; and set to FALSE, will stop if the output files exist.

Value

A list object with three elements:

This now contains only the selected subset of data.


[Package Haplin version 7.3.1 Index]