powered by
Plot read coverage of contigs/chunks with detected gaps and elevations and their associated pattern-match.
plotProActiveResults(pileup, ProActiveResults, elevFilter, saveFilesTo)
A list containing ggplot objects
A .txt file containing mapped sequencing read coverages averaged over 100 bp windows/bins.
The output from `ProActive()`.
Optional, only plot results with pattern-matches that achieved an elevation ratio (max/min) greater than the specified values. Default is no filter.
Optional, Provide a path to the directory you wish to save output to. A folder will be made within the provided directory to store results.
ProActivePlots <- plotProActiveResults(sampleMetagenomePileup, sampleMetagenomeResults)
Run the code above in your browser using DataLab