README.md

illuminasavr

R functions for parsing of Illumina SAV (sequence analysis viewer) files, plotting with ggplot2 and generation of a website.

The website allows you to interactively explore the data (see screenshot).

Uses: R, angular.js, d3.js

install

library("devtools")
install_github("illuminasavr", "csf-ngs")
library("illuminasavr")

#generate web-site in outputfolder
makeSite("/full/path/to/InterOp", "/full/path/to/outputfolder")

#generate web-site in runfolder
makeSiteInRunfolder("/full/path/to/Runfolder")

screenshot:

Screenshot of interactive angular.js app

TODO

REMARK:

R qmet <- parseFile(qmet, qualityMetricsParser5(), FALSE) qmet <- qualityMetricsParser5()$toStats(qmet) //to qmet <- parseFile(qmet, qualityMetricsParser4(), FALSE) qmet <- qualityMetricsParser4()$toStats(qmet) - MiSeq is not supported - NextSeq is not supported - NovaSeq is not supported

If there is time in the future, the backend parsing will be done by https://github.com/Illumina/interop and this package will only create a website with the data



csf-ngs/illuminasavr documentation built on May 14, 2019, 12:11 p.m.