combinedata: Combine the family information data and cancer information...

View source: R/FormatChange.R

combinedataR Documentation

Combine the family information data and cancer information data

Description

Combine the family information data and cancer information data into a single combined data object. The data object is organized family by family.

Usage

combinedata(fam.data, cancer.data)

Arguments

fam.data

A data frame storing family information. See fam.data for details.

cancer.data

A data frame storing cancer information. See cancer.data for details.

Value

A list. Each component in the list stores the family and cancer information for a family. See fam.cancer.data for details.

Author(s)

Gang Peng, Nam Nguyen

See Also

lfspro, lfsproC

Examples

cancer.data$cancer.type <- c(2,4,3,7,2,2,6,50,50,2,4,50,50,4,50) #cancer types
combinedata(fam.data, cancer.data)

wwylab/LFSPRO documentation built on Feb. 1, 2023, 1:05 a.m.