Update URLs

This commit is contained in:
dchakro 2020-08-25 07:44:54 +03:00
parent d4465971e0
commit 5fc69023a4
5 changed files with 20 additions and 15 deletions

View file

@ -11,9 +11,9 @@ MutSiteFind <- function(MutationColumn){
# # Please read and abide by the terms of the included LICENSE.
# # Copyright 2020, Deepankar Chakroborty, All rights reserved.
# #
# # Author : Deepankar Chakroborty (https://gitlab.utu.fi/deecha)
# # Report issues: https://gitlab.utu.fi/deecha/shared_scripts/-/issues
# # License: https://gitlab.utu.fi/deecha/shared_scripts/-/blob/master/LICENSE
# # Author : Deepankar Chakroborty (https://github.com/dchakro)
# # Report issues: https://github.com/dchakro/shared_Rscripts/issues
# # License: https://github.com/dchakro/shared_Rscripts/blob/master/LICENSE
# #<---------------------------->
@ -25,7 +25,12 @@ MutSiteFind <- function(MutationColumn){
# # (i.e. returns only the start position)
# # USAGE:
# # AA.pos <- as.integer(MutSiteFind(mut))
return(unlist(x = stringi::stri_extract_first_regex(str = MutationColumn,pattern = "[[:digit:]]+"), use.names = F))
}