GPo_of_hotspots: Converts hotspot mutation table into a GPo object

Description Usage Arguments Value Author(s) Examples

View source: R/GPo_of_hotspots.R

Description

This function converts the genomic information on hotspot mutations into a GPo object.

Usage

1
  GPo_of_hotspots(hotspot_mutations)

Arguments

hotspot_mutations

Data frame with information on hotspot mutations generated by the DominoEffect package.

Value

GPo object that contains the genomic information on hotspot mutations.

Author(s)

Marija Buljan <buljan@imsb.biol.ethz.ch> Peter Blattmann <blattmann@imsb.biol.ethz.ch>

Examples

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)

DominoEffect documentation built on Nov. 8, 2020, 5:46 p.m.