Displaying 2 results from an estimated 2 matches for "txend".
Did you mean:
tend
2004 Sep 24
3
Error with repeat lines() in function
...ors). Any ideas?
Thanks,
Sean
function(x,annot,rat1,rat2,rf,...) {
par(las=2)
wh <- which(annot[,5]==x)
xmax <- max(annot[wh,4])
xmin <- min(annot[wh,3])
chr <- annot[wh,2][1]
wh.rf <- rf$chrom==as.character(chr) & rf$txStart>xmin &
rf$txEnd<xmax
par(mfrow=c(2,1))
plot(annot[wh,3],rat1[wh],type="l",xlab="",ylab="log2
Ratio",main=x,...)
points(annot[wh,3],rat1[wh])
apply(rf[wh.rf,],1,function(z) {
browser()
if (z[4]=="+") {
color <- 'green'...
2008 May 15
1
Warning about undocumented data sets
...969} \code{M37712}
\code{M83653} \code{NM_003327} \code{X04526} \code{X75962}
\code{Y16846}}
\item{\code{chrom}}{a factor with levels \code{chr1} \code{chr2}
\code{chr3}}
\item{\code{strand}}{a factor with levels \code{-} \code{+}}
\item{\code{txStart}}{a numeric vector}
\item{\code{txEnd}}{a numeric vector}
}
}
\usage{data(KG)}
\format{data frame}
\source{The UCSC genome browser (http://genome.ucsc.edu).}
\keyword{datasets}
PACKAGE/man/Einter.Rd:
\name{Einter}
\docType{data}
\alias{intensities}
\title{Sample intensities for human promoter tiling array. }
\description{
Einter is...