fastqp icon indicating copy to clipboard operation
fastqp copied to clipboard

output text files

Open macmanes opened this issue 6 years ago • 3 comments

I see that the info is output in an unstructured way on the stout, but for those of us that would like to do some other types of viz, it would be nice to have the raw data.

Thanks, Matt

macmanes avatar Sep 28 '17 16:09 macmanes

Absolutely. I was thinking I would have a JSON output. Would this be acceptable?

mdshw5 avatar Sep 28 '17 17:09 mdshw5

I think. Assuming there is a good json parser in R.

macmanes avatar Sep 29 '17 12:09 macmanes

jsonlite is a very solid package: https://cran.r-project.org/web/packages/jsonlite/index.html

The reason I ask is that the output is somewhat structured already as:

sample id observation cycle value

Which you should be able to parse in R using tidyr::spread.

mdshw5 avatar Sep 29 '17 15:09 mdshw5