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 | Normalize Depth FileThe utility normalizeDepthFile normalizes a coverage file given a numeric factor.Prerequisites1) Find the coverage using one of the utilities findFragmentDepth or findReadDepthHow to run it?Type java -jar PAVED.jar normalizeDepthFile -h to see list of parametersnormalizeDepthFile utility takes as input a coverage file, a factor and outputs a normalized coverage file. Run the utility as follows:
Here, "C:\Britta\manuscript\Analysis\" is the location where the jar file is present on the local disk, -i is the coverage file generated using the utility findFragmentDepth or findReadDepth, -o is the output normalized coverage file and -m is the factojava -jar C:\Britta\manuscript\Analysis\PAVED.jar normalizeDepthFile -i C:\Britta\manuscript\Analysis\MNAse\ControlRep1Chr5.depth -o C:\Britta\manuscript\Analysis\MNAse\normalizedData\ControlRep1Chr5.depth -m 77.08907815244041r. Sample outputThe sample output of the program is same as that of findFragmentDepth or findReadDepth |