View source: R/mosaic_pec_calc.R
Takes a experiment number, gender, snp dataframe and events dataframe and calculates the percentage of mosaic dna
1 | MosaicCalculator(exp.nr, gender, snpm.data, deviations, outfile)
|
exp.nr |
numerical experiment number |
gender |
string denoting gender ( "Male", "Female" or "Unknown") |
snpm.data |
dataframe containing snp data ( "Chr", "Position", "B Allele Freq") |
deviations |
dataframe containing deviations ( "Chromosome Region", "Event", "Length", "Cytoband", precentage of CNV Overlap", "Probe Median", "precentage Heterozygous", "Probes", "Count of Gene Symbols") |
outfile |
optional path to direct pdf output to, if not set './Rplots.pdf' is used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.