Skip to content

Commit 2a33fc5

Browse files
authored
Update README.md
1 parent 5c6aea9 commit 2a33fc5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Optional arguments:
106106
| -sin --singlechrom | False | parallel code for single chromosome; *npp* will be used for parallel run for each chr
107107
| -d --delta | 0.1 | minimum average difference in methylation required in a DMR
108108
| -wrt --withrespectto | all | samples to use for DMR calling for pairwise comparisions with respect to specific samples
109+
| -Keepall --Keepall | False | Keep all cytosine positions present in atleast one of the replicate
109110

110111
**Parameter –sc**
111112

@@ -162,6 +163,11 @@ This parameter is used if you want to select the samples from anywhere in your s
162163

163164
This parameter is used if you want to provide CGmap file directly. The default is False, so the code will require the files in the input format mentioned above. If the user have methyaltion output files from BSSeeker2, it can be provided directly. To turn it on just say *-BSSeeker2* in the command line.
164165

166+
167+
**Parameter –Keepall**
168+
169+
This parameter is used if you want keep all the positions present in any of the replicates. The default is False, so it will keep only those position that are present in all the replicates of a sample. This parameter is especially useful if the dataset contains more than 1 replicate and contains missing positions which are coverged in atleast one of the replicate. To turn it on just say *-Keepall* in the command line.
170+
165171
**Parameter –wrt**
166172

167173
This parameter is used if user want to run multiple parawise comparsions with recpect to only specific samples, instead of for all pairwise combinations. For example if user want to compare control (cnt) with all other samples, he/she can use below command:
@@ -215,7 +221,7 @@ Optional arguments:
215221
| -mc --minc | 4 | minimum number of Cs in a DMR
216222
| -d --delta | 0.1 | minimum average difference in methylation required in a DMR
217223
| -sin --singlechrom | False | parallel code for single chromosome; *npp* will be used for parallel run for each chr
218-
224+
| -Keepall --Keepall | False | Keep all cytosine positions present in atleast one of the replicate
219225

220226
**Output format**
221227

0 commit comments

Comments
 (0)