R/itsALigand.R

itsALigand <- function(word){
  
  itsaligand <- FALSE
  
  if(identical(substr(word,1,1),"("))
    itsaligand<-TRUE
  
  itsaligand
  
}

Try the PdPDB package in your browser

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

PdPDB documentation built on May 2, 2019, 2:09 a.m.