Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

famid

Family identifier


Description

Functions for getting or setting the family ID of a ped object.

Usage

famid(x, ...)

## S3 method for class 'ped'
famid(x, ...)

famid(x, ...) <- value

## S3 replacement method for class 'ped'
famid(x, ...) <- value

Arguments

x

A ped object

...

(Not used)

value

The new family ID, which must be (coercible to) a character string.

Examples

x = nuclearPed(1)
famid(x) # empty string

famid(x) = "trio"
famid(x)

pedtools

Creating and Working with Pedigrees and Marker Data

v0.9.7
GPL-3
Authors
Magnus Dehli Vigeland [aut, cre] (<https://orcid.org/0000-0002-9134-4962>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.