get_kincol: Rainbow color palette for relatedness coefficients

Description Usage Arguments Examples

Description

This function returns a vector containing color names based on the relatedness coefficients between a given individual's ID and all members of a given pedigree. The given individual is returned as 'black', while colors of other pedigre members depend on relatedness coefficients ranging from 'green' (closely related) to 'red' (relatively unrelated).

Usage

1
get_kincol(id, pedigree.name = NA, df_ped, my.col = "black", X = FALSE)

Arguments

id

An individual ID

pedigree.name

The individual's pedigree

df_ped

A dataframe

my.col

Color for ego of individual ID (default is 'black')

X

TRUE if X-chromosomal relatedness instead of autosomal relatedness should be computed (default is FALSE)

Examples

1
2
3
4
5
6
7
8
## Not run: 
df_ind <- get_exmpl_df()
df_ind$bdate <- sample(seq(as.Date("1774-12-31"), as.Date("1874-12-31"), 100), nrow(df_ind))
df_fam <- data.frame(idf = c(0,unique(df_ind$momid[df_ind$momid>0])), fall = "C")
my_id <- sample_kh(df_ind, df_fam)
get_kincol(1067, df_ped= df_ind)

## End(Not run)

johow/kinlab documentation built on July 5, 2019, 4:23 p.m.