Bioconductor Changelog
   


About
Click here to learn more about this blog.


Packages
Click on a link
for updates to that package only.
ABarray
ACME
AffyCompatible
AffyExpress
AnnBuilder
AnnotationDbi
ArrayExpress
BAC
BCRANK
BGmix
BSgenome
BioMVCClass
Biobase
BiocCaseStudies
Biostrings
BiostringsCinterfaceDemo
BufferedMatrix
BufferedMatrixMethods
CALIB
CGHbase
CGHcall
CGHregions
CMA
CORREP
Category
CoCiteStats
DEDS
DNAcopy
DynDoc
EBImage
EBarrays
GEOmetadb
GEOquery
GGBase
GGtools
GLAD
GOstats
GSEABase
GSEAlm
GeneMeta
GeneR
GeneRfold
GeneSelector
GeneSpring
GeneTraffic
GeneticsBase
GeneticsDesign
GeneticsPed
GenomeGraphs
GlobalAncova
GraphAT
GraphAlignment
HELP
HEM
Harshlight
Heatplus
Icens
KEGGSOAP
LBE
LMGene
LPE
LPEadj
MANOR
MCRestimate
MLInterfaces
MVCClass
MantelCorr
MassSpecWavelet
MeasurementError.cor
MergeMaid
Mfuzz
MiPP
OCplus
OLIN
OLINgui
OrderedList
OutlierD
PCpheno
PGSEA
PROcess
RBGL
RBioinf
RLMM
RMAGEML
ROC
RSNPper
RWebServices
RankProd
Ratlpow
RbcBook1
Rdbi
RdbiPgSQL
Rdisop
RefPlus
Resourcerer
Rgraphviz
Ringo
Rintact
Rredland
Rtreemix
Ruuid
SAGx
SBMLR
SIM
SLGI
SLqPCR
SMAP
SNPchip
ScISI
SemSim
ShortRead
TypeInfo
VanillaICE
XDE
aCGH
adSplit
affxparser
affy
affyPLM
affyPara
affyQCReport
affycomp
affycoretools
affyio
affylmGUI
affypdnn
altcdfenvs
annaffy
annotate
annotationTools
apComplex
aroma.light
arrayMagic
arrayQuality
arrayQualityMetrics
beadarray
beadarraySNP
bgafun
bgx
bioDist
biocGraph
biocViews
biomaRt
bridge
buildBioC
cellHTS
cellHTS2
cghMCR
clusterStab
codelink
convert
copa
cosmo
cosmoGUI
ctc
daMA
diffGeneAnalysis
ecolitk
edd
exonmap
explorase
externalVector
factDesign
fbat
fdrame
flowClust
flowCore
flowQ
flowUtils
flowViz
gaga
gaggle
gcrma
genArise
geneRecommender
genefilter
geneplotter
globaltest
goCluster
goProfiles
goTools
gpls
graph
hexbin
hopach
hypergraph
idiogram
impute
keggorth
lapmix
limma
limmaGUI
logicFS
lumi
maCorrPlot
maDB
maSigPro
maanova
macat
made4
maigesPack
makePlatformDesign
makecdfenv
marray
matchprobes
mdqc
metaArray
multtest
ncdfExts
nem
nnNorm
nudge
occugene
oligo
oligoClasses
oneChannelGUI
ontoTools
pairseqsim
pamr
panp
pathRender
pcaMethods
pcot2
pdInfoBuilder
pdmclass
pgUtils
pickgene
pkgDepTools
plateCore
plgem
plier
plw
ppiStats
prada
preprocessCore
prism
puma
quantsmooth
qvalue
rHVDM
rama
rbsurv
reb
rflowcyt
rhdf5
rsbml
rtracklayer
safe
sagenhaft
seqLogo
sigPathway
siggenes
simpleaffy
simulatorAPMS
sizepower
smoothMiner
snapCGH
snpMatrix
spikeLI
spkTools
splicegear
splots
spotSegmentation
sscore
ssize
stam
stepNorm
tilingArray
timecourse
tkWidgets
topGO
twilight
vbmp
vsn
weaver
webbioc
widgetInvoke
widgetTools
xcms
xcmsGUI
xps
yaqcaffy


Subscribe
Subscribe to the Bioconductor Changlog.


       
Fri, 11 Jan 2008

Biostrings
Reworked the findPalindromes() API:
- change in terminology to align with established practices: "antipalindromes"
are now called "complemented palindromes" and "the gap" between the 2 arms
is now called "the loop";
- no more 'anti' arg: use findComplementedPalindromes() to find complemented
palindromes;
- the 'max.ngaps' arg has been renamed 'max.looplength';
- there is a new 'min.looplength' arg (not yet supported);
- there is a new 'max.mismatch' arg (not yet supported);
See ?findPalindromes for more details.
Applied "matchPDict() boost feature" patch
With this patch, finding all the matches of a 3.3M 32-mers dictionary in the
full Human genome (+ and - strands of all chromosomes) is about 2.5x faster
than before (will take between 20 minutes and 2 hours depending on the machine
and the number of matches found). This puts matchPDict() at the same level as
the Vmatch software (http://www.vmatch.de/) for a dictionary of this size.
Memory footprint for matchPDict() is still reasonable: between 500M and 800M
for the Aho-Corasick tree built from the 3.3M 32-mers dictionary. Building
this tree is still very fast (2 or 3 minutes) (Vmatch needs 60G of disk space
to build all its suffix arrays, don't know how long it takes for this, don't
know what's the memory footprint either when they are loaded into memory but
it looks like it is several Gigas).
There is still room for making matchPDict() even faster (10%, maybe 20%).
Reminder: matchPDict() still only works with a dictionary of DNA patterns
where all the patterns have the same number of nucleotides (Vmatch doesn't
have this kind of limitations). This can be addressed in the future depending
on the kind of applications we want to target (our main goal for now is to be
able to work with Solexa data).
Version bump.

[/Biostrings] permanent link

flowQ
Some more layout refinements
faking multiPage views with javascript
css styles and java script for dynamic html
layout for HTML output

[/flowQ] permanent link

plateCore
updating example
Revised fpbind

[/plateCore] permanent link

oneChannelGUI
Fixing bugs on routine for direct loading of gene/exon affy library files needed for APT tools usage.

[/oneChannelGUI] permanent link

CGHcall
Added centromere data for sex chromosomes.

[/CGHcall] permanent link

xcms
findPeaks.centWave: m/z ROI search: debug option was still enabled

[/xcms] permanent link