Learn R Programming

trackViewer (version 1.2.0)

interactiveViewer: plot the tracks with GUI

Description

interactively plot the tracks

Usage

interactiveViewer(trackList, chromosome, start, end, strand, viewerStyle = trackViewerStyle(), autoOptimizeStyle = FALSE)

Arguments

trackList
an object of trackList
chromosome
chromosome
start
start position
end
end position
strand
strand
viewerStyle
an object of trackViewerStyle
autoOptimizeStyle
should use optimizeStyle to optimize style

See Also

See Also as viewTracks

Examples

Run this code
if(interactive()){
    interactiveViewer()
}

Run the code above in your browser using DataLab