Provides pedigree plots for specified families generated from simfam_tvc function with option to save plots into a pdf file.
## S3 method for class 'simfam_tvc'plot(x, famid, pdf =FALSE, file =NULL,...)
Arguments
x: An object of class 'simfam_tvc' created by simfam_tvc function or a data frame that has class attributes c("simfam_tvc", "data.frame").
famid: List of family IDs to plot. Default is the first family in given data set.
pdf: Logical; if TRUE, pedigree plots are saved in a pdf file. If FALSE, plot pedigrees on current plotting device. Default is FALSE.
file: File name to save the pedigree plots; Default file name is "pedigreeplot.pdf".
...: Additional arguments passed on to the plot function.
Details
Argument x can be a data frame that contains famID, indID, fatherID, motherID, gender (1 for male, 0 for female), status (1 for affected, 0 for non-affected), mgene (1 for mutation carrier, 0 for non-carrier, NA for missing), and proband (1 for proband, 0 for non-proband) and should have class attributes class(x) <- c("simfam", "data.frame").
Optionally, the data frame can contain a column named carrp.geno or carrp.pheno to replace missing values in mgene with their carrier probabilities.
Returns
Returns pedigree plots for specified families created by simfam_tvc function or for the data frame provided along with the affection and carrier mutation statuses of family members. Probands from each pedigree are indicated using red color.
When object inlcudes carrp.geno and/or carrp.pheno generated by carrierprob function, the plot function displays the carrier probabilities for those with missing carrier status.