search for: entryb

Displaying 3 results from an estimated 3 matches for "entryb".

Did you mean: entry
2011 Feb 10
2
Menu definition problem
...called "webgen" ;-) to webgen-0.5 and stumbled upon a problem regarding the definition of menus, which I can not resolve either by the online documentation or the previous posts in the different groups (maybe it is a too trivial question?) I want to define a standard menu, e.g. EntryA EntryB ~~SubEntryB.1 ~~SubEntryB.2 EntryC ~~SubEntryC.1 ~~SubEntryC.2 Hence, I have the corresponding file system hierarchy EntryA.page EntryB/ EntryB/SubEntryB.1 ... EntryC/ EntryC/SubEntryC.2 ... And all is fine. Except, and here comes the problem, when I try to change the menu links of the top le...
2016 Apr 05
1
Heatmap Colnames
Hello, please see below my code for a heatmap. Unfortunately my column names do not completely appear. Can you please send me the appropriate code to visualise them? Many Thanks! Nils library(GMD) dat<-data.frame(EntryA=as.numeric(c(4.24,3,1.66,1.28,1.2,-1.32,-1.88)), EntryB=as.numeric(c(4.16,4.82,-1.82,-3.02,0.99,1.1,-3.31))) rownames(dat)=c("hsa-miR-200c","hsa-miR-520b","hsa-miR-199a-3p","mmu-miR-124a","hsa-miR-302a","hsa-miR-454","mmu-miR-137") colnames(dat)=c("24", "72") h...
2000 Nov 08
0
vq diffs
...emppointsB=_ogg_malloc(points*sizeof(long)); + temppointsA=(long *)_ogg_malloc(points*sizeof(long)); + temppointsB=(long *)_ogg_malloc(points*sizeof(long)); } @@ -175,6 +176,6 @@ float *entrylist=b->valuelist; long ret; - long *entryA=_ogg_calloc(entries,sizeof(long)); - long *entryB=_ogg_calloc(entries,sizeof(long)); + long *entryA=(long *)_ogg_calloc(entries,sizeof(long)); + long *entryB=(long *)_ogg_calloc(entries,sizeof(long)); long entriesA=0; long entriesB=0; @@ -321,8 +322,8 @@ if(t->aux>=t->alloc){ t->alloc*=2; - t->ptr0=_ogg_real...