uniqueFamMember: regenerate fam data frame with unique values in member column

Description Usage Arguments Value See Also Examples

View source: R/mega2gdsfmt.R

Description

Reads the fam data frame in "envir" and returns a new one with unique entries in the member column

Usage

1
uniqueFamMember(envir = ENV)

Arguments

envir

'environment' containing SQLite database and other globals

Value

a data frame with columns the same as the "fam" data frame but with the member column containing unique entries

See Also

mkfam

Examples

1
2
3
db = system.file("exdata", "seqsimm.db", package="Mega2R")
ENV = read.Mega2DB(db)
setfam(uniqueFamMember(envir = ENV))

Mega2R documentation built on Dec. 11, 2021, 9:12 a.m.