-
Notifications
You must be signed in to change notification settings - Fork 78
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
Add support for alevin-fry #579
Comments
Hi @rob-p, thanks for reaching out and congrats on the new version of Alevin and the corresponding manuscript! We would be happy and excited to work with you on this. Our current function for importing Alevin data which can be used as a starting template is here. We will try to run alevin-fry to examine the output in more detail. If you can point to example output, that would also be helpful. Where are the QC metrics output? Are they all cell-level QC metrics or do you have any sample-level (e.g. percentage of aligned reads)? In our recent release, we started importing sample-level QC metrics from the CellRanger and STARsolo output. They are stored in the metadata slot of the SCE so they can be plotted in the QC reports as well. Josh |
Thanks; I'm glad to hear this! Right now, the best place to look to see how to collect quality metrics from alevin-fry is probably @csoneson's AlevinQC package; specifically the .readAlevinFryQC_v0.5.0 function. This reads in pretty much all of the relevant QC info that is output by a full end-to-end run of Thanks! |
Hello! This looks great, I'd be happy to make adaptations also to |
Hey! for importing alevin-fry data, we have provided the |
Thanks @DongzeHE — but the use case here is for getting at the QC metrics more than just the final quantifications, so it will need access to some of the extra files that AlevinQC uses. |
Hi,
Thank you for developing this useful tool. I just came across the paper in Nature Communications; congratulations! My lab develops the
alevin
tool, which is currently supported insingleCellTK
. We have been working for some time on a successor toalevin
calledalevin-fry
, and the published version of the corresponding paper has (very) recently appeared.It would be great to have support in
singleCellTK
foralevin-fry
. Given that it reports base-level quality control metrics in a way that should be easy to parse and consume, this would hopefully be straightforward. Further, myself and some of the otheralevin-fry
developers (namely the lead author @DongzeHE) would be happy to help implement support foralevin-fry
insingleCellTK
. Is there any developer documentation, or guidance on how to write a module forsingleCellTK
to allow input from a new pre-processing tool? Thanks, and congrats again on the paper and tool!Best,
Rob
The text was updated successfully, but these errors were encountered: