Bioconductor Changelog
   


About
Click here to learn more about this blog.


Packages
Click on a link
for updates to that package only.


Subscribe
Subscribe to the Bioconductor Changlog.


       
Thu, 21 May 2009

flowClust
small fix to hist() method for subsetting when the object is one-dimensional

[/flowClust] permanent link

Wed, 06 May 2009

flowClust
adding a summarizeFilter method in order to collect the information from the filterResult

[/flowClust] permanent link

Tue, 21 Apr 2009

flowClust
Bumped pkg versions for BioC 2.5 devel line.
Bumped pkg versions for BioC 2.4 release.

[/flowClust] permanent link

Tue, 07 Apr 2009

flowClust
bumping flowClust version to 2.0.4
minor updates to documentation files
a fix to Map.Rd

[/flowClust] permanent link

Sat, 04 Apr 2009

flowClust
initialization using random partitioning

[/flowClust] permanent link

Fri, 20 Mar 2009

flowClust
Changed biocViews entry of Statistics to Bioinformatics.

[/flowClust] permanent link

Sat, 28 Feb 2009

flowClust
modified .ellipse() to get rid of the precision problem arisen due to the large difference in the lengths of the two axes of an ellipse

[/flowClust] permanent link

Fri, 13 Feb 2009

flowClust
small fix: rectify the problem of not transforming the mu estimates in getEstimates() and the plotting methods when lambda is 1.

[/flowClust] permanent link

Thu, 05 Feb 2009

flowClust
fixed Rd 2 parser warnings

[/flowClust] permanent link

Wed, 04 Feb 2009

flowClust
Using pkg-config in configuration to make it easier to build against the GSL library.

[/flowClust] permanent link

Tue, 13 Jan 2009

flowClust
bulk update; version 2.0

[/flowClust] permanent link

Wed, 22 Oct 2008

flowClust
Bumping version numbers for BioC 2.4 devel.
Bumping version numbers for BioC 2.3 release.

[/flowClust] permanent link

Fri, 10 Oct 2008

flowClust
fixed access to parameters slot which has changed in flowCore

[/flowClust] permanent link

Thu, 09 Oct 2008

flowClust
fixed access to parameters slot which has changed in flowCore
some changes to cope with recent redefinition of "parameterFilter" class in flowCore (the "parameters" slot now takes a "parameters" object (which is a list) instead of a character vector; changed tmixFilter function and %in% method accordingly)

[/flowClust] permanent link

Fri, 26 Sep 2008

flowClust
when K takes a vector of values, hier clustering needs to be applied only once since the classification tree is the same for all values of K

[/flowClust] permanent link

Wed, 24 Sep 2008

flowClust
Major update: enable K to take a vector of values, and include the option of running short EMs for random initializations
- add classes flowClustList and tmixFilterResultList
- define all the utility and plotting methods for these two classes
- include the criterion replacement method
- add optional arguments criterion, B.init, tol.init to flowClust()
- update all man pages and the vignette
- bump version to 1.7.0
NOTE: there is a mysterious bug found when defining the tmixFilterResultList class. The data part cannot be assessed directly by typing the object name; it has to be assessed through the .Data slot. Tracked down to find that it may be related to the multipleFilterResult or AssayData class it extends.

[/flowClust] permanent link

Tue, 23 Sep 2008

flowClust
Major update: enable K to take a vector of values, and include the option of running short EMs for random initializations
- add classes flowClustList and tmixFilterResultList
- define all the utility and plotting methods for these two classes
- include the criterion replacement method
- add optional arguments criterion, B.init, tol.init to flowClust()
- update all man pages and the vignette
- bump version to 1.7.0
NOTE: there is a mysterious bug found when defining the tmixFilterResultList class. The data part cannot be assessed directly by typing the object name; it has to be assessed through the .Data slot. Tracked down to find that it may be related to the multipleFilterResult or AssayData class it extends.

[/flowClust] permanent link

Wed, 10 Sep 2008

flowClust
minor changes to split and tmixFilter man pages
added criterion function;
made changes to man pages and vignette according to Florian's suggestions about the split/Subset method (dropped the select argument, deprecated the split argument);
dropped select argument also for Subset (with signature data.frame/matrix)

[/flowClust] permanent link

Tue, 09 Sep 2008

flowClust
added criterion function;
made changes to man pages and vignette according to Florian's suggestions about the split/Subset method (dropped the select argument, deprecated the split argument);
dropped select argument also for Subset (with signature data.frame/matrix)

[/flowClust] permanent link

Fri, 05 Sep 2008

flowClust
fixed (back) the problem of deallocation of PrecisionTmp

[/flowClust] permanent link

Thu, 04 Sep 2008

flowClust
add criterion()
bumped version number

[/flowClust] permanent link

Sun, 31 Aug 2008

flowClust
code beautification and fixes for flowCore integration

[/flowClust] permanent link

Fri, 29 Aug 2008

flowClust
some more updates:
in C code, update YTrans when estimating lambda in M-step instead of in update_z_u() -- just increase efficiency, shouldn't bring changes to outputs
update hist method
minor changes to README, vignette, etc.

[/flowClust] permanent link

Fri, 22 Aug 2008

flowClust
option for gaussian mixture model
make existing methods adapt to gaussian mixture model
fix minor bugs in density plots
update man pages to reflect recent additions/changes
update getEstimates; includes an approximate variance estimate

[/flowClust] permanent link

Tue, 01 Jul 2008

flowClust
update getEstimates(); includes an approximate variance estimate

[/flowClust] permanent link

Fri, 02 May 2008

flowClust
update README instructions for Windows users; move README to inst directory

[/flowClust] permanent link

Thu, 01 May 2008

flowClust
update README instructions for Windows users
minor change to Makevars.win

[/flowClust] permanent link

Wed, 30 Apr 2008

flowClust
Updating the version number for the trunk post-BioC 2.2 release.
Updating the version number for the BioC 2.2 release.

[/flowClust] permanent link

Tue, 29 Apr 2008

flowClust
Changed unprintable character to '.

[/flowClust] permanent link

Sat, 19 Apr 2008

flowClust
modified namespace - not to import the curv2filter, curv1filter and quadGate classes from flowCore for compatibility with previous versions of flowCore
modified namespace - import only relevant classes and methods instead of the whole namespace from flowCore

[/flowClust] permanent link

Wed, 16 Apr 2008

flowClust
minor changes in flowClust.c (esp. up_data_z_weight) and BoxCox.C to increase computational efficiency;
compute output covariance matrix (sigma) in C

[/flowClust] permanent link

Thu, 10 Apr 2008

flowClust
setMethods.R - put back default value in the replacement function
namespace - quotation marks removed
flowClust.c - comment out R_init_flowClust
setMethods.R - remove default value in the replacement function
all for testing only

[/flowClust] permanent link

Sat, 29 Mar 2008

flowClust
Adds the flowClust package to bioconductor.

[/flowClust] permanent link