R/plotRatio.parGADA.R

`plotRatio.parGADA` <-
function(x, Sample, segments=FALSE, ...)
{
 setwd(x)
 load("SBL/gen.info.Rdata")

 if (!segments) 
  {
   load(paste("SBL/setupGADA",Sample,sep=""))
   attr(temp, "gen.info")<- gen.info
   plotlogRatio(temp, ...)
  }
 
 else
  {
   load(paste("SBL/segments",Sample,sep=""))
   attr(step2, "gen.info")<- gen.info
   plotRatio(step2, ...)
  }

 title(paste("Sample",Sample), line=-.5)

}

Try the gada package in your browser

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

gada documentation built on May 2, 2019, 6:10 p.m.