addHeat: Add heat to the line we want

Description Usage Arguments Value Examples

View source: R/helper_viz.R

Description

Add heat to the line we want

Usage

1
addHeat(formattedBedfile, list, heatnumber)

Arguments

formattedBedfile

A bed file

list

A list included name of reads we want to add heat

heatnumber

number you want to added

Value

A bed file after adding heat

Examples

1
2
3
bedFile <- import(system.file('extdata', 'test_file_4.bed', package = 'BreakViz'), format = 'bed')
formattedBedfile <- changeFormatChromoMap(bedFile)
addHeat(formattedBedfile,1)

Yin1012/BreakViz documentation built on May 14, 2019, 4:01 a.m.