loadQcMx | R Documentation |
This function loads quality control data. More information about the QC metrics is available from the project github page: https://github.com/markziemann/dee2/blob/master/qc/qc_metrics.md
loadQcMx(zipname)
zipname |
Path to the zipfile. |
a dataframe of quality control metrics.
x <- getDEE2("ecoli",c("SRR1613487","SRR1613488"),outfile="mydata.zip")
y <- loadQcMx("mydata.zip")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.