Description Usage Arguments Value Author(s) Examples
View source: R/GPo_of_hotspots.R
This function converts the genomic information on hotspot mutations into a GPo object.
1 | 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>
1 2 3 4 5 6 7 | 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.