Generate QC report for STARsolo (html)
1
1
Entering edit mode
2.8 years ago
PianoEntropy ▴ 70

I found an example of a QC report (html format) generated for STARsolo alignment QC, but I've been unable to find any reference on how this was generated. Does anyone know the tool that was used to generate this html file?

STARsolo QC Report

quality RNA-seq control STAR • 1.5k views
ADD COMMENT
2
Entering edit mode

multiQC can produce HTML output, I am not sure if it supports STARsolo output though or if that specific output was created by it.

ADD REPLY
0
Entering edit mode

To me, it seems it is just text parsing (from the log file) and rendering the results using HTML (probably bootstrap) and javascript.

ADD REPLY
0
Entering edit mode

Thanks. I'm not proficient with javascript, so wouldn't know directly how to write such a script from scratch. If you know any existing tools to generate a similar report I'd be glad to know.

ADD REPLY
1
Entering edit mode
2.8 years ago
Zhilong Jia ★ 2.2k

Generally, these htmls are based on a templating engine, to generate the scheme. For python user, probably, Jinja is helpful.

For R user, writing an R markdown file to parse the parameter and data, and visualise them. After that, convert the rmd into HTML in Rstudio.

ADD COMMENT

Login before adding your answer.

Traffic: 2498 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6