-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
84bd34f
commit 3812c78
Showing
4 changed files
with
106 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,12 +64,14 @@ parser <- OptionParser(usage = "cgmaptools fragreg [options]", | |
option_list=option_list, description = " (aka mCFragRegView) \ | ||
Description: Plot methylation dynamics of target and flanking region for multiple samples \ | ||
Contact: Zhu, Ping; [email protected]\ | ||
Last update: 2017-09-16\ | ||
Last update: 2018-02-12\ | ||
Example: \ | ||
FragRegView.R -i input -r 5 -o genebody.pdf \ | ||
-Input File Format: \ | ||
1st line is the header.\ | ||
Each row contains methylation measurements of a sample. \ | ||
Each row contains methylation measurements of a sample. \ | ||
The user may need to use shell script to generate following format \ | ||
based on the results of \"cgmaptools mfg\". \ | ||
Example: \ | ||
Sample Up1 Up2 ... Region1 Region2 ... Down1 Down2 ...\ | ||
Sample1 0.1 0.1 ... 0.2 0.2 ... 0.3 0.3 ...\ | ||
|