View source: R/GPo_of_hotspots.R
GPo_of_hotspots | R Documentation |
This function converts the genomic information on hotspot mutations into a GPo object.
GPo_of_hotspots(hotspot_mutations)
hotspot_mutations |
Data frame with information on hotspot mutations generated by the DominoEffect package. |
GPo object that contains the genomic information on hotspot mutations.
Marija Buljan <buljan@imsb.biol.ethz.ch> Peter Blattmann <blattmann@imsb.biol.ethz.ch>
data("SnpData", package = "DominoEffect")
data("TestData", package = "DominoEffect")
data("DominoData", package = "DominoEffect")
hotspot_mutations <- DominoEffect(mutation_dataset = TestData,
gene_data = DominoData, snp_data = SnpData)
GPo_of_hotspots(hotspot_mutations)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.