inst/doc/Complete_examples.R

## ---- echo = FALSE, message = FALSE--------------------------------------
library(ungeneanno)

## ------------------------------------------------------------------------
  f <- matrix(c("1","BRAF.exp","1","BRCA2.mut","2","BRAF.cnv","2","AURKB.mut","2","PTEN.exp")
              ,ncol=2,byrow=TRUE)
  f

## ------------------------------------------------------------------------
   geneanno <- getUniqueGeneList(geneanno(),f)
   geneanno@genelist
   geneanno@groupnos

Try the ungeneanno package in your browser

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

ungeneanno documentation built on May 29, 2017, 2:01 p.m.