Displaying 6 results from an estimated 6 matches for "myb".
Did you mean:
my
2010 Jul 22
1
class
...uot;B". "A" is the superclass of "B".
setClass("A", representation(s1="numeric"),prototype=prototype(s1=8))
setClass("B",contains="A",representation(s2="character"),prototype=list(s2="hi"))
myA=new("A")
myB=new("B")
#### I created functions for "A" and "B"
f1=function(x,...) UseMethod("f")
f.default=function(x,...){
print("default")
}
f.A=function(x,...) {
print(paste("x@s1=", x@s1, sep=""))
NextMethod()
}
f.B...
2006 May 11
2
S4 initialize methods, unexpected recursive callNextMethod
....Object="C"),
function(.Object, x) {
cat("in C\n")
.Object <- callNextMethod(.Object=.Object, x=x)
.Object at c <- .Object at a + .Object at b + 1
.Object
})
## Works as I am expecting for B
> myB <- new("B", 4)
in B
in A
## When you create a C, the B method gets called but the appropriate
## next method info seems lost and we end up back in C's method ?!
> myC <- new("C", 5)
in C
in B
in C
in B
in C
C-c C-c
Should this work? Is there a better way to org...
2007 Aug 19
16
Possible memory leak problem...
I''m trying to figure out a possible memory leak problem I have in my
application.
I''ve tested both with mongrel and webrick and the problem remains. So
I think it''s not a mongrel problem, but I''m posting here to see if
anybody can help me.
The RAILS application is quite simple, no special plugins ( no
RMagick that has the memory problem ),
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="\"")
2006 Oct 03
1
HP Toolbox kills Samba
...M*#S+`N+W?F?8OJ&%Q.E7,D?)D9*)U[E;Y90W*T5>W*O(YQ5I(QD49+SK.Y2:
M&,FMN\3:0I6:$D4]QY<)2BT(+;094VI?V?)_9K6E*&TIEB1XDS*C"<$E;L;B
M1D/Z2$KC1:B"+?.[;9E01RS$XKFB(X;P0H##`1S P=(X.CQNURT&[WVV<
MMS?B)6XP\6FOOK.U_^/VBY<[VVLE%>,/'_^VU3KO=#N#8;\Q[/6/NH,8U%J]
MYB"^4SY\+H,:?=;X\4<O_[Z01R<VTJ],O%]Y;U\HBNJEZW>IRL=0^43-Z:SW
MD_5[&MWSD+Y^-[EU$OU.O$:WP0$<P 'Z'?V.?J_XO%">_B"\E\(IYH7F-Z.S
MHM+S0NGT*[WW02;>KZQ ]]SGRGK,.*\9<Z'R4(51C@K,4@9GK6:4@UX-O5LX
M@ ,X8)2#40Y&.?YVLY2):,[1W9G\L]Z<N5DY0@PA!JD!!W `!TA.8B.2$...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...U3|pQsWvmN1^&<88-J;4LwZzwQ|2 at LKUK8suWG}a{jWzA
zJ_?HX>&#oRS2kbEo>|n~u=G~!Ib3eAoJS$q8}WgrWkoNoParwwuXR9z4J&dYSgdO1
zzF0VCF7b+)S at iE!XsW(HcKg#rj}!K7!>1k_y|J7fWmd`gAvboGLtpr5+Aiw=*t@}>
z>HTWmhlL-lRBrpB$E@>lhz at sG!A54RPbk{b^vk<jhMt9`X2r?QrH_C7th6I+uWK09
z-k$Gad!MYBz5BwD8}b)5H^v{;ZC_UO?Df=37y3ZrTrF at S&RWAeMdPo-ZZti2y%@8l
zDgpCxS_9(mqd7586Spr#tR2yL-A^%a*jcf%_ri5D$N}T#+7aofi?sT!MLZ_1-^vW{
zNopU8q{6qimO!7ox5$g-^H8k5d+N`ug_MHhoL=7C at E%}^S-<D-%jD~j!b?UBDE(3>
zkZiFjrfr7fySe1mkW01MKmCx6!q{4mvSRt=QyXCYgXPaA<M%?&=`}cU$%q8Q$WOce
zI6|{hR`~r#7k0`S0eps...