plotTwoFeatureSets: Overlapping feature set plotter.

Description Usage Arguments Details Value Examples

View source: R/plotting.R

Description

Plots two feature sets, at the same time, onto a blank scatter plot. The two feature sets are distinguished by colour.

Usage

1
plotTwoFeatureSets(featureFilePath1, featureFilePath2)

Arguments

featureFilePath1

The location of the first featureXML file, as a string.

featureFilePath2

The location of the second featureXML file, as a string.

Details

The x-axis represents retention time (in sec) and the y-axis represents mass-to-charge (in Th).

This function may take a while to run.

Value

The overlapping feature scatter plot.

Examples

1
2
3
4
5
## Not run: 
plotTwoFeatureSets("inst/extdata/featureSetA.featureXML",
"inst/extdata/featureSetB.featureXML")

## End(Not run)

ychen-uoft/msFeatureCmp documentation built on Dec. 23, 2021, 7:17 p.m.