Revamped Biopiece: analyze_vals

4 views
Skip to first unread message

Martin Asser Hansen

unread,
Oct 15, 2013, 4:18:28 PM10/15/13
to biop...@googlegroups.com
Hello all,

I have rewritten analyze_vals so it now works in a more logical way and interfaces nicely with write_tab in pretty print mode.

Here is an example:

read_fastq -i test.fq | trim_seq | analyze_vals | write_tab -cpx

+----------+------------+-------+-----+-----+-----+------+
| KEY      | TYPE       | COUNT | MIN | MAX | SUM | MEAN |
+----------+------------+-------+-----+-----+-----+------+
| SEQ_NAME | Alphabetic |     3 |  42 |  42 | 126 | 42.0 |
| SEQ      | Alphabetic |     3 |  77 | 118 | 272 | 90.7 |
| SEQ_LEN  | Numeric    |     3 |  77 | 118 | 272 | 90.7 |
| SCORES   | Alphabetic |     3 |  77 | 118 | 272 | 90.7 |
+----------+------------+-------+-----+-----+-----+------+

More info here:



bp_update && bp_test



Cheers,


Martin

Asker Brejnrod

unread,
Oct 15, 2013, 6:06:54 PM10/15/13
to biop...@googlegroups.com
Hvordan går det ned med SCORES værdier, de ser ikke ud som om de er numeriske? Kan man regne gennemsnit og den slags med analyze_vals?

Asker


2013/10/15 Martin Asser Hansen <martin...@gmail.com>

--
You received this message because you are subscribed to the Google Groups "biopieces" group.
To unsubscribe from this group and stop receiving emails from it, send an email to biopieces+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Martin Asser Hansen

unread,
Oct 16, 2013, 4:08:01 AM10/16/13
to biop...@googlegroups.com
I have written a separate Biopieces analyze_scores for fine grained analysis of Illumina type quality scores. See the announcement post.


Cheers,


Martin 

Martin Asser Hansen

unread,
Oct 25, 2013, 5:56:10 AM10/25/13
to biop...@googlegroups.com
Hello all,


I realized that the original logic in analyze_vals where you could choose to output the results to a file and also control if the stream should terminate was rather important. So I have reintroduced the -o and -x switches:



bp_update && bp_test


Cheers,


Martin

Reply all
Reply to author
Forward
0 new messages