plotIndLRR: Plots the SNP LRR data of an individual

View source: R/plotIndLRR.R

plotIndLRRR Documentation

Plots the SNP LRR data of an individual

Description

This function draws the LRR data for an individual

Usage

plotIndLRR(x, sample, rsCol = 1, ChrCol = 2, PosCol = 3, LRRCol = 4, ...)

Arguments

x

A MADloy object from the MADloy functions.

sample

The identifier of a sample in the MADloy object.

rsCol

Column of the MAD file with the name of the SNP.

ChrCol

Column of the MAD file with the chromosome information.

PosCol

Column of the MAD file with the position information.

LRRCol

Column of the MAD file with the LRR information.

...

Other parameters to be passed to the graphics::plot function.

Value

A data table with the results for all samples in columns

Examples

## Not run: 
plotindLRR(resMADloy, "SAMPLE")
## End(Not run)

isglobal-brge/MADloy documentation built on March 3, 2024, 7:27 p.m.