PageRenderTime 33ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/rcdk/man/getdesccat.Rd

http://github.com/rajarshi/cdkr
Unknown | 24 lines | 23 code | 1 blank | 0 comment | 0 complexity | e48edb9cc35936533d179c0ed5a0fb06 MD5 | raw file
  1. \name{get.desc.categories}
  2. \alias{get.desc.categories}
  3. \title{
  4. Get Descriptor Class Names
  5. }
  6. \description{
  7. This function returns the broad descriptor categories that are
  8. available. Examples include topolgical, geometrical and so
  9. on. You can use a specific category to avoid calculating all
  10. descriptors for a set of molecules and saves you having to
  11. select individual descriptors by hand.
  12. }
  13. \usage{
  14. get.desc.categories()
  15. }
  16. \value{
  17. A character vector of descriptor category names
  18. }
  19. \seealso{
  20. \code{\link{eval.desc}}, \code{\link{get.desc.names}}
  21. }
  22. \keyword{programming}
  23. \author{Rajarshi Guha (\email{rajarshi.guha@gmail.com})}