We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I run the following code
grm = identify_germline(normal.table.path = "~/git/dryclean/inst/extdata/normal_table.rds", path.to.save = "~/git/dryclean/inst/extdata/", signal.thresh=0.5, pct.thresh=0.98)
get an error
could not find function "identify_germline"
Has identify_germline been discarded? Do it still need the step of Identifying germline events?
The text was updated successfully, but these errors were encountered:
Hi @Bio-LiHe
You likely have already found this out but that command has been deprecated. It is now included in the prepare_detergent() function.
prepare_detergent()
I am currently testing the workflow but based on the output detergent.rds file, it appears the germline event inference has correctly taken place.
detergent.rds
Hope this helps but the authors may have more to say on the matter.
Best, Patrick
Sorry, something went wrong.
No branches or pull requests
Hi
I run the following code
get an error
Has identify_germline been discarded? Do it still need the step of Identifying germline events?
The text was updated successfully, but these errors were encountered: