get.files {RnBeads}R Documentation

get.files

Description

Gets the list of all files that are planned to be generated, or were already generated by the given report plot.

Usage

get.files(report.plot)

Arguments

report.plot

Report plot of interest. This must be an object of type ReportPlot.

Value

Non-empty character vector of absolute file names.

Author(s)

Yassen Assenov

Examples


plot.image <- createReportPlot('scatterplot', high.png = 200)
get.files(plot.image)


[Package RnBeads version 2.10.0 Index]