R/getAnnotationByEnsembl.R

Defines functions getAnnotationBySymbol

Documented in getAnnotationBySymbol

#' getAnnotationByEnsembl - get the annotation table of ensembl ID's for a given ExpressionSet
#'
#' @param eset The expression set that has a corresponding (affy) annotation.
#'
#' @return A list of annotations (ENSEMBL) by probeset.
#' @export
#'
#' @examples
getAnnotationBySymbol<-function(eset ) {
  activateAnnotation(eset)

  return(getAnnotationList(eset, "ENSEMBL"))
}
steveneschrich/saeAffy documentation built on Nov. 14, 2020, 10:17 a.m.