R/rmvSpliceVariant.R

Defines functions rmvSpliceVariant

Documented in rmvSpliceVariant

rmvSpliceVariant<-function(gene.info){
gene.info$GPR<-gsub(" ","",gene.info$GPR,fixed=TRUE)
gene.info$GPR<-gsub("(","",gene.info$GPR,fixed=TRUE)
gene.info$GPR<-gsub(")","",gene.info$GPR,fixed=TRUE)
gene.info$GPR<-gsub("\\.[0-9]+","",gene.info$GPR)
return(gene.info)
}

Try the BiGGR package in your browser

Any scripts or data that you put into this service are public.

BiGGR documentation built on Nov. 8, 2020, 5:38 p.m.