PAVED- A Software suite for the analysis of epigenome-derived next generation sequencing data |
MAIN INDEX ANALYTICAL PIPELINE CONTACT SYSTEM REQUIREMENTS PAVED Package Example Data | Data for HistogramThe utility data4HistogramDepth finds relative counts for the fold change values generated using the findReadDepth or findFragmentDepth utility of PAVED.It generates a file containing coverage values and their relative counts.PrerequisitesFind coverage using the findReadDepth or findFragmentDepth utility of PAVEDHow to run it?Type java -jar PAVED.jar data4HistogramDepth -h to see list of parametersdata4HistogramDepth utility takes as input 1) coverage file generated using PAVED and outputs coverage values and their relative counts. It also outputs average coverage value. Run the utility as follows:
Here, "C:\Users\jshaik\Desktop\jars\" is the location where the jar file is present on the local disk, -i is the coverage file and -o is the output file with relative counts for coverage values. Sample outputThe output consists of fold change values and their relative counts. The last line in the file reports the man coverage value and standard deviation. |