Category
Org packages can now be used to make ChrMapHyperGParams
[/Category]
permanent link
Category
Version Bump.
Fixed bug preventing Ecoli from working with Gostats
E coli has only one (circular) chromosome. So this patch removes the
need for their to be a CHR mapping in the package we are using.
[/Category]
permanent link
Category
Added a vignette for chromosome band related tools
[/Category]
permanent link
Category
used makeChrBandInciMat directly instead of MAPAmat since we already have the chr band graph
[/Category]
permanent link
Category
Was too creative with examples.
Inadvertantly, require()d some packages in a manual page that may not
necessarily be present for everyone. They are still instructive
though, so I placed the offending uses into a dontrun{} block to avoid
headaches for the users of R CMD build.
[/Category]
permanent link
Category
added a t() that was missing
[/Category]
permanent link
Category
Updates to fix the vignette issue and warnings with R CMD check
Updated the threshold to select the ribosome pathway
[/Category]
permanent link
Category
I fixed and documented the behaviour of cateGOryMatrix in cases where 'categ' contains GO categories unknown to the GO package.
The error in R CMD check:
Error in v1[sapply(v1, function(z) !any(is.na(z)))] :
invalid subscript type 'list'
Calls: MAPAmat -> makeChrBandInciMat
was already there and it would be nice if its author could fix it.
[/Category]
permanent link
Category
fixed a bug reported by Paul Evans, where a zero-length list of categories
induced a whole bunch more zero length vectors and caused no end of problems
with computation of the odds ratio etc
[/Category]
permanent link
Category
Can't forget to bump that version number...
[/Category]
permanent link
Category
Removed unecessary class-bloat.
[/Category]
permanent link
Category
Changed biocViews entry of Statistics to Bioinformatics.
[/Category]
permanent link
Category
Updated how DatPkgFactory() determines pkg type.
Changed the way the DatPkgFactory() determines package type so that it
should be more robust for the future.
Fixed minor bug that affecting packages with "ag" in the name.
This clears up a bug that would cause packages with "ag" in their
names to become labeled as arabidopsis packages. It also corrects
some mispellings of arabidopis and drops outmoded methods which
existed only to support the defunct LLMappings packages.
[/Category]
permanent link
Category
Replace the usage of now defunct phenoData class with AnnotatedDataFrame.
[/Category]
permanent link
Category
Bumped pkg versions for BioC 2.5 devel line.
Bumped pkg versions for BioC 2.4 release.
[/Category]
permanent link
Category
Updating the license reference to reflect R standards.
[/Category]
permanent link
Category
Modified documentation and error messages.
Trying to make this package and the GOstats package that depends on it
a little friendlier for users.
[/Category]
permanent link
Category
a first stab at documentation
checked in code for 'linear model' enrichemnt test, currently for chr bands only
[/Category]
permanent link
Category
Fix to try and clear up ".db" name inconsistencies.
This adds some code to take the name that users put for the
"annotation" of a param and then parse that so that it always removes
the ".db" extension (if they had bothered to type it). This
simplifies the internal representation and allows us to not have to
clear up confusion for users about whether they need to type
hgu95av2.db or hgu95av2 when using the parameter objects since either
will now work the same. Finally, the shorter name is the true prefix
for the package since that is what is used internally to name all the
mappings. Leaving the ".db" around just creates more work for
everyone to clean up via string substitution. Of course if the world
suddenly breaks tomorrow then we will have to reconsider...
[/Category]
permanent link
Category
Corrects a warning, which was ultimately caused by a typo.
The type was propagated through the code and did not impact the code
itself, but when the .Rd parser was improved, it meant that there were
now codoc mismatches between the manual pages and the strangly spelled
class slots.
[/Category]
permanent link
Category
bugfix to handle NA p-values
[/Category]
permanent link
Category
Bumping version numbers for BioC 2.4 devel.
Bumping version numbers for BioC 2.3 release.
[/Category]
permanent link
Category
importing 'geneIds', 'geneIds<-' and 'ontology' from GSEABase now. Method definitions had to be changed slightly in order to match the new signature.
[/Category]
permanent link
Category
Updating the version number for the trunk post-BioC 2.2 release.
Updating the version number for the BioC 2.2 release.
[/Category]
permanent link
[/Category]
permanent link
Category
Revised imports to be more targeted for the methods and AnnotationDbi packages.
Bumping the version number.
[/Category]
permanent link
Category
Replaced tab with spaces.
cleanup package dependencies
[/Category]
permanent link
Category
Updated some man page references to now extinct pkgs.
Fixes a bug when interacting with the org.Sc.sgd pkg.
The org.Sc.sgd.db package is necessarily a strange beast. It is an
organism package, (not a chip based package) but it is also based on
the sgd ORFs instead of probes. So its not a typical org package OR
a typical yeast chip package. This patch adresses this problem so
that this package should hopefulyl work better with GOstats etc.
[/Category]
permanent link
Category
updating to see if I can get the new yeast packages to work with Category and GOstats
[/Category]
permanent link
Category
Fixed bug preventing Ecoli from working with Gostats
E coli has only one (circular) chromosome. So this patch removes the
need for their to be a CHR mapping in the package we are using.
[/Category]
permanent link
Category
bugfix, formatting
[/Category]
permanent link
Category
bugfix, and bumped version
update to include effect sizes in linear model test output
[/Category]
permanent link
Category
a patch to get the Arabadopsis code to work - may need more
correction to deal with the multiple gene issue
[/Category]
permanent link
Category
Fixed breakage introduced by DB schema changes in AnnotationDbi (we recently moved from using old 0.9 schemas to new 1.0 schemas). The package still doesn't pass R CMD check for me but at least GOstats does now (not sure the remaining problems are related to the DB schema changes). Version bump anyway.
[/Category]
permanent link
Category
Can't forget to bump that version number...
Fix that affects a corner case for KEGGHyperGParams
This fixes a bug that would prevent hyperGTest() from performing as
expected when the annotation package is a chip package.
[/Category]
permanent link
Category
Fixes bug in getKeggToEntrezMap()
Fixes a bug that was causing getKeggToEntrezMap to grab the wrong data
when an org.Sc.sgd.db package was used.
[/Category]
permanent link
Category
fixed up the KEGG part so it now works with the org.XX.eg.db packages
[/Category]
permanent link
Category
updated version
[/Category]
permanent link
Category
minor change to get this pushed
minor change to the vignette
[/Category]
permanent link
Category
added doc pages to pass check
[/Category]
permanent link
|