R/ListPhenotypesDescriptions.R

Defines functions ListPhenotypesDescriptions

Documented in ListPhenotypesDescriptions

#'This function list the phenotype descriptions that ensembl uses that can be used as feature paramters
#'
#' @return list of Phenotype Descriptions
#' @export
#'
#' @examples
#' List<-ListPhenotypesDescriptions()
ListPhenotypesDescriptions<-function(){
  return(c(ZooGVT::phyenotypeDescriptions))
}
Tsmnbx/ZooGVT documentation built on Dec. 18, 2021, 5:14 p.m.