-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
miseq report #92
Comments
Improvements:
|
If you do refactor might want to look into this: http://pandas.pydata.org/pandas-docs/version/0.17.1/whatsnew.html#conditional-html-formatting |
What do you think about not including undetermined reads when calculating stats? |
"[undetermined reads are] Reads that the miseq index did not match to anyhing. Essentially each sample is defined by 2 adapter indexes. If a read doesn't match any then goes to undetermined" |
Just to be clear, I think they are good to have in the report, but not part of the calculation to determine mean/stddev. Then can color them same as the rest of the reads. The reasoning is that way people can see if Undetermined ended up with an abnormal amount of reads(like 99% of reads or something weird showing that the run failed) |
Any thoughts on what kind of interactivity you would want? |
I think sorting on columns maybe is it. Let's just leave it non interactive at first and the user can request later |
This is a bit retroactive at this point.
It was just a small side project, but seems to be quite nice
So essentially we need an easy way to visualize an entire MiSeq run.
That is, easily point out samples that have issues such as:
Forward/Reverse read count that don't match well
So my initial idea was to grab the following data for each sample:
Total Reads (F+R)
F Reads
F bases
R Reads
R Bases
Once those stats were generated I looked at them in excel and noticed it would be really nice to color cells in the matrix that were outside of STDEV
So I colored them based on 6 criteria
The end result will be
The text was updated successfully, but these errors were encountered: