-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error using detect command #3
Comments
Is there a public NIPT test dataset that can be used to determine if it is the installation that is malfunctioning and not specific to the dataset? |
The 761 refers to the number of regions selected across the genome that are in the reference set. Such that there is a 761 x 19 (region x sample) matrix for the read count, and there should be matrix of equal dimensionality for the fragment size. About the number of samples. In theory fewer than 50 samples will work but the effects of variability between samples will become stronger as the number decreases, such that calls may not be as reliable as you would want... Still that should not be a problem when you're just testing things out. At the moment I am in the final months of my PhD, finalizing other projects, hence it is difficult for me to give support to this (documentation is extremely lacking right now) and other projects. |
Thanks for letting me know! I'l conduct some independent investigation into the reference construction code and see if there are any unexpected values. |
I'd really like to test the performance of WisecondorFF against WisecondorX. Is there anymore bandwidth for fixing this bug given its been a few months? |
I get a
ValueError
when using thedetect
command.Where the reference was built using 19 NK samples (logfile for reference building in #1)
I'm not sure what the second shape is or where the 761 value comes from, but the 19 is probably to do with the 19 samples used to generate the reference. WisecondorX recommends at least 50 reference samples, is this an issue with WisecondorFF?
The text was updated successfully, but these errors were encountered: