lohView_buildMain {GenVisR}R Documentation

construct loh plot

Description

given a loh data frame plot points in ggplot

Usage

lohView_buildMain(x, y, chr, layers = NULL)

Arguments

x

a data frame with columns chromosome, position, n_vaf, t_vaf, sample

y

a data frame with columns chromosome, coordinate for plotting chromosome boundaries

chr

a character string specifying chromosome

layers

additional ggplot2 layers to add

Value

ggplot2 object


[Package GenVisR version 1.8.1 Index]