search for: uw21_rev

Displaying 1 result from an estimated 1 matches for "uw21_rev".

2013 Jan 03
1
two lines in axis title combined with 'substitute' command
...and for my axis title. However, it does not make a new line. What I have so far: logbase <- 2 test <- "bait" cellline <- "cellline" plot( log(filteredproteins[["Ratio.H.L.normalized.UW21_FW"]],base=logbase), -log(filteredproteins[["Ratio.H.L.normalized.UW21_REV"]],base=logbase), main= substitute("bait = "* bait *" in "*cellline, list(bait=bait, cellline=cellline)), xlab = substitute( log[logbase]* ("Ratio H"/"L forward")* italic("\n experiment 1"), list(logbase=logbase) ), ylab = substitute( log[logba...