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
PD output sometimes includes Annotated Sequence but not sequence. Some functions, e.g
camprotR/R/ptm.R
Line 153 in 6058ca4
We should include a function to create unannotated sequence... obj$Sequence <- toupper(sapply(strsplit(obj$Annotated.Sequence, '\\.'), '[[', 2))
obj$Sequence <- toupper(sapply(strsplit(obj$Annotated.Sequence, '\\.'), '[[', 2))
And add some checks to ensure more sensible error thrown if annotated sequence column is provided.
The text was updated successfully, but these errors were encountered:
TomSmithCGAT
No branches or pull requests
PD output sometimes includes Annotated Sequence but not sequence. Some functions, e.g
camprotR/R/ptm.R
Line 153 in 6058ca4
We should include a function to create unannotated sequence...
obj$Sequence <- toupper(sapply(strsplit(obj$Annotated.Sequence, '\\.'), '[[', 2))
And add some checks to ensure more sensible error thrown if annotated sequence column is provided.
The text was updated successfully, but these errors were encountered: