Displaying 6 results from an estimated 6 matches for "phosphatase".
2011 Jul 26
1
adjusting x-axis labels
...uot;, "Tachigali
\nversicolor", "Brosimum\nutile", "Caryocar\ncostaricense", "Castilla
\ntunu", "Otoba\nnovagranatensis", "Pourouma\nbicolor", "Socratea
\nexorrhiza")
xvals<-barplot2(x, ylab=expression(plain("Soil acid phosphatase
activity")~(nmol~h^{-1}*g^{-1})), ylim=c(0,1200), cex.axis=0.6)
text(xvals,par("usr")[3]-115, srt=45,adj=c(0.5,0),
labels=speciesnames, cex=.6, xpd=T)
Any suggestions to help solve these problems would be greatly
appreciated. I am new to working with graphics in R.
Thanks,
A...
2011 Jun 21
2
par code help
...quot;, "Caryocar\ncostaricense", "Castilla
\ntunu", "Otoba\nnovagranatensis", "Pourouma\nbicolor", "Socratea
\nexorrhiza")
>barplot2(meanapAprilactivity, names.arg=speciesnames,
col=columncolor, xlab="Species", ylab="Soil acid phosphatase activity
(nmol/h/g)", ylim=c(0,1000), plot.ci=T, ci.l=apAprilminusordered,
ci.u=apAprilplusordered, cex.lab=1.5)#FinalGraphs>aPApril_Genus.pdf
>xvals<-barplot2(meanapAprilactivity, col=columncolor,
xlab="Species", ylab="Soil acid phosphatase activity (nmol/h/g)&q...
2009 Dec 17
2
some help regarding combining columns from different files
Dear all,
Here is my code which am using to combine 5th column from different data
sets.
Here is the function to do my job
genesymbol.append.file <-NULL
gene.column <- NULL
readGeneSymbol <- function(files,genesymbol.column=5){
for(i in fnames){
temp <- read.table(fnames,header=T,sep="\t",stringsAsFactors=F,quote="\"")
2005 Nov 29
1
help combining mtext and strwrap?
...unately, the description is rather long
and will need to be wrapped to fit on several lines. From what I know about
mtext, it's really only meant for single-line labels, not paragraphs.
Here's some sample code of the idea I'm trying to accomplish:
notes=c("Repressible alkaline phosphatase, a glycoprotein localized to the
vacuole; regulated by levels of inorganic phosphate and by a system
consisting of Pho4p, Pho9p, Pho80p, Pho81p and Pho85p; dephosphorylates
phosphotyrosyl peptides")
par(mar=c(10,3,10,3))
image(as.matrix(c(1,2,3,4,5)))
mtext(strwrap(notes, width=60), line...
2011 May 23
2
Formatting names.arg
...mum utile", "Caryocar costaricense", "Castilla
tunu", "Otoba novagranatensis", "Pourouma bicolor", "Socratea
exorrhiza")
barplot2(meanapAprilactivity, names.arg=speciesnames, col=columncolor,
xlab="Species", ylab="Soil acid phosphatase activity (nmol/h/g)",
plot.ci=T, ci.l=apAprilminusordered, ci.u=apAprilplusordered,
cex.lab=1.5)
For example, I want 'Dialium' to be located above 'guianensis' on the
x-axis. Is there a way to do this?
Thanks,
Adrienne Keller
[[alternative HTML version deleted]]
2006 Sep 11
0
' quote problem in reading lots of files at once
...m is a2 has ' (single quotes). So when a2
does not have singles quote, everything works fine.
But when a2 has ' - then starting from there to the
EOF all values are cluttered.
Example:
> a2[49]
[1] "mRNA guanylyltransferase activity"
> a2[50]
[1] "polynucleotide 5-phosphatase
activity\t1\t1\t0.0160650535501781\t0.0160650535501781\t0.0664390950962566\nribulose-phosphate
3-epimerase
activity\t1\t1\t0.0160650535501781\t0.0160650535501781\t0.0664390950962566\n
How can I escape the ' quote character when I read
each file. So that I do not have the problem of
clutter an...