mutInfo
A data frame with the following named columns:
Gene, the name of the gene associated with the mutation event;
probe.ids, a unique identifier specifying the mutation event;
SNP_1000_genome, the frequency of the mutation event in SNP 1000;
ESP5400, the frequency of the mutation event in ESP5400;
SNP_type, the type of mutation event, chosen from "MISSENSE", "FRAMESHIFT",
"NONFRAMESHIFT", "NONSENSE", "SPLICING";
SIFT_score, the SIFT score;
Polyphen_score, the POLYPHEN score.
Rownames of mutInfo should be set to probe.ids, i.e., the unique mutation
event specifier.
mutData
A matrix with event level mutation information, with SNPs, etc.
along rows and samples along columns. Rownames of mutData should exactly
match those of mutInfo. The i-th row of mutInfo should thus give detailed
information for the mutation event with data specified in the i-th row of
mutData.