R/handlesdffctn.R

Defines functions handleSDF

#' Title
#'
#' @param SDFfile
#'
#' @return
#' @export
#'
#' @examples
handleSDF <- function(SDFfile) {
  sampleSDF = SDFfile #Stores sample molecule in SDF format
  fmcslookupfctn(sampleSDF)
}
koopmans-michaela/mcs-qsar documentation built on May 17, 2019, 8:16 a.m.