combinedata | R Documentation |
Combine the family information data and cancer information data into a single combined data object. The data object is organized family by family.
combinedata(fam.data, cancer.data)
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. |
A list. Each component in the list stores the family and cancer information for a family. See fam.cancer.data for details.
Gang Peng, Nam Nguyen
lfspro
, lfsproC
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.