Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
legacy
bedtools2
Commits
8959e80f
Commit
8959e80f
authored
Aug 16, 2010
by
Aaron
Browse files
Updated groupBy examples.
parent
7f8b94ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/groupBy/groupBy.cpp
View file @
8959e80f
...
...
@@ -205,7 +205,7 @@ void ShowHelp(void) {
cerr
<<
"
\t
$ groupBy -i ex1.out -grp 1,2,3,4 -opCols 9,9 -ops sum,max"
<<
endl
;
cerr
<<
"
\t
chr1 10 20 A 11000 10000"
<<
endl
<<
endl
;
cerr
<<
"
\t
$ groupBy -i ex1.out -grp 1,2,3,4 -opCols 8,9 -ops collapse,mean"
<<
endl
;
cerr
<<
"
\t
chr1 10 20 A
1000,100
00
,
"
<<
endl
<<
endl
;
cerr
<<
"
\t
chr1 10 20 A
B.1,B.2, 55
00"
<<
endl
<<
endl
;
cerr
<<
"Notes: "
<<
endl
;
cerr
<<
"
\t
(1) The input file/stream should be sorted/grouped by the -grp. columns"
<<
endl
<<
endl
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment