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
No description provided.
The text was updated successfully, but these errors were encountered:
It is useful when only one data frame is coding insertions/deletions like this.
I think we can simply use {dplyr} to transform the other data frame in the same format with
mutate(no_ID = (nchar(a0) + nchar(a1)) == 2, a0 = ifelse(no_ID, a0, ifelse(nchar(a0) == 1, "D", "I")), a1 = ifelse(no_ID, a1, ifelse(nchar(a1) == 1, "D", "I")), no_ID = NULL)
Sorry, something went wrong.
Maybe should implement this directly in snp_match() somehow.
snp_match()
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: