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.


       
Wed, 24 Jun 2009

genefilter
Removed some accidental comments.
Just trying to be neat.
Make genefiltering work with yeast platforms.
This change should enable genefilter to work properly with yeast and
arabidopsis chip packages which each are based around a different
central ID than humans.

[/genefilter] permanent link

Sat, 06 Jun 2009

genefilter
Minor Typo Fixes.

[/genefilter] permanent link

Fri, 05 Jun 2009

genefilter
I updated the man page of nsFilter based on suggestions by Richard
Bourgon.

[/genefilter] permanent link

Sun, 31 May 2009

genefilter
Better discussion of type I error issues.

[/genefilter] permanent link

Sat, 30 May 2009

genefilter
Reconciled nsFilter and varFilter when var.func = IQR.

[/genefilter] permanent link

Thu, 23 Apr 2009

genefilter
varFilter removes probes for which var.func returns NA, rather than

[/genefilter] permanent link

Tue, 21 Apr 2009

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

[/genefilter] permanent link

Fri, 20 Mar 2009

genefilter
Changed biocViews entry of Statistics to Bioinformatics.

[/genefilter] permanent link

Thu, 19 Mar 2009

genefilter
update genefilter manual page to indicate form of user-supplied filters

[/genefilter] permanent link

Thu, 05 Feb 2009

genefilter
fixed Rd version 2 parser warnings

[/genefilter] permanent link

Wed, 14 Jan 2009

genefilter
Minor change to imports.
Bumping the version number.
Removed unneeded comma.
cleanup package dependencies
eanup package dependencies

[/genefilter] permanent link

Wed, 22 Oct 2008

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

[/genefilter] permanent link

Tue, 30 Sep 2008

genefilter
some cosmetic surgery

[/genefilter] permanent link

Fri, 26 Sep 2008

genefilter
Put a fix in half.range.mode what data has length 0.

[/genefilter] permanent link

Thu, 04 Sep 2008

genefilter
added literature citation for introductory atrticle about ROC curves

[/genefilter] permanent link

Fri, 01 Aug 2008

genefilter
Better error message from "shorth" if NA/NaN values are passed and na.rm
is not TRUE.

[/genefilter] permanent link

Thu, 24 Jul 2008

genefilter
I cleaned up the code comments.

[/genefilter] permanent link

Wed, 28 May 2008

genefilter
a change to remove the extern C piece around a header inclusion
thanks Martin

[/genefilter] permanent link

Wed, 30 Apr 2008

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

[/genefilter] permanent link

Tue, 22 Apr 2008

genefilter
The default argument of 'fun' now produces a metric (namely, L1 norm). It didn't before.

[/genefilter] permanent link

Sat, 19 Apr 2008

genefilter
bumped up to 1.18

[/genefilter] permanent link

Tue, 08 Apr 2008

genefilter
editing genefilter continued, some minor man edits
editing genefilter continued
editing genefilter per discussion w/Robert, Florian

[/genefilter] permanent link

Fri, 07 Mar 2008

genefilter
The distance computation in dist2 now has na.rm=TRUE.

[/genefilter] permanent link

Tue, 26 Feb 2008

genefilter
Removed methods for soon to be defunct exprSet class.

[/genefilter] permanent link

Thu, 31 Jan 2008

genefilter
Updating the license reference to reflect R standards.

[/genefilter] permanent link

Tue, 29 Jan 2008

genefilter
taking characters as classifications now

[/genefilter] permanent link

Sat, 26 Jan 2008

genefilter
Swapped usage of old style deprecated annotation paradigm with new AnnotationDbi paradigm.

[/genefilter] permanent link

Wed, 23 Jan 2008

genefilter
updated documentation to better explain the flipping of ROC curves
fixed typos in the documentation
auto-flipping is now an option in rowpAUCs and pAUC. The default is to flip

[/genefilter] permanent link

Sat, 12 Jan 2008

genefilter
Added a note to the manpage of genefilter regarding unequal sample sizes and IQR

[/genefilter] permanent link

Mon, 10 Dec 2007

genefilter
I have tried to rationalize the interfaces of rowttests, colttests,
not all.
More importantly, the return result is now a data.frame, with row.names
that are taken from the corresponding dimension name of the input
matrix. The degrees of freedom (df) are now an attribute of the returned
object.

[/genefilter] permanent link

Mon, 26 Nov 2007

genefilter
Updated a reference in the man page (GS's new report)

[/genefilter] permanent link

Thu, 22 Nov 2007

genefilter
Fixed bug in rowpAUCs for very small values of p.
Also updated documentation

[/genefilter] permanent link

Wed, 21 Nov 2007

genefilter
Fixed bug in rowpAUCs for very small values of p.
Also updated documentation

[/genefilter] permanent link

Sat, 03 Nov 2007

genefilter
In function "dist2", the value of the diagonal elements of the returned
matrix can now be specified by the user, and the default value is 0.
Previously, NA was hard-coded.

[/genefilter] permanent link

Wed, 31 Oct 2007

genefilter
I fixed replaced
fun=function(a,b) mad(a-b)
in the dist2 function by
fun=function(a,b) median(abs(a-b))
This makes more sense.

[/genefilter] permanent link