R/printCNOGpro.R

Defines functions printCNOGpro

Documented in printCNOGpro

printCNOGpro <-
function(experiment){
  cat("CNOGpro results for ", experiment$Name,". Chromosome: ",experiment$accession,"\n",sep="")
  if(!is.null(experiment$HMMtable)){print(experiment$HMMtable)}
  else if(!is.null(experiment$genes)){print(experiment$genes)}
  else{cat("You have not yet performed copy number analysis.\n")}


}

Try the CNOGpro package in your browser

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

CNOGpro documentation built on May 2, 2019, 5:57 a.m.