You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2022. It is now read-only.
of methylation is asymmetric since the cytosines on the complementary
420
420
strand do not necessarily have the same methylation status.
421
421
422
-
The input is in mapped read format, and the reads should be sorted
423
-
according to (chrom, end, start, strand). If your reads are not
422
+
The input is in mapped read format. The reads should be sorted and duplicate reads should be removed (same steps as in section 2.2). If your reads are not
424
423
sorted, run:
425
424
426
425
\begin{verbatim}
427
-
$ LC_ALL=C sort -k 1,1 -k 3,3n -k 2,2n -k 6,6 \
428
-
-o Human_ESC.mr.sorted_end_first Human_ESC.mr
426
+
$ LC_ALL=C sort -k 1,1 -k 2,2n -k 3,3n -k 6,6 \
427
+
-o Human_ESC.mr.sorted_start Human_ESC.mr
429
428
\end{verbatim}
430
-
431
-
Since \prog{methcounts} can only take one input file, if you have
432
-
multiple you can merge them using the \op{-m} option to the
0 commit comments