
Last chance! 50% off unlimited learning
Sale ends in
generates an HTML to navigate superFreq output
printHTML(metaDataFile, outputFile)
Character. A path to the meta data file used for the run.
Character. A path to where the HTML is stored. Has to be inside the plotDirectory for now.
This function is in pre-alpha development as of version 0.9.23. Feel free (please!) to add to this on github even without any html experience. I dont have any. The function generates a .html that should link the plots and explanation of how to interpret the plots, how they were generated and how to get the raw data for further analysis. Ideally there should be a good landing page as well for overview.
# NOT RUN {
metaDataFile = 'metaData.tsv'
plotDirectory='plots'
printHTML(metaDataFile=metaDataFile, outputFile=paste0(plotDirectory, '/superFreq.html'))
# }
Run the code above in your browser using DataLab