NEWS
GSEABase 1.66
SIGNIFICANT USER-VISIBLE CHANGES
- faster implementation of 'incidence()' for large gene sets / collections
(https://github.com/Bioconductor/GSEABase/issues/9)
GSEABase 1.56
SIGNIFICANT USER-VISIBLE CHANGES
- goSlim() does not truncate Terms
(https://github.com/Bioconductor/GSEABase/issues/5)
GSEABase 1.54
SIGNIFICANT USER-VISIBLE CHANGES
- orgDb no longer provide Unigene information. Remove support.
GSEABase 1.39
BUG FIXES
- goSlim() did not correctly count duplicate identifiers.
(https://support.bioconductor.org/p/100403/)
GSEABase 1.35
BUG FIXES
- some multi-line warnings and errors would fail without reporting
the error message.
- getGmt(), GO GeneSetCollection methods much faster.
GSEABase 1.31
SIGNIFICANT USER-VISIBLE CHANGES
BUG FIXES
- as(OBOCollection, "graphNEL") failed to include multiple
children
GSEABase 1.23
SIGNIFICANT USER-VISIBLE CHANGES
- Support 'c7' broad set
- Warn or remove duplicate geneIds when parsing GMT or Broad XML
GSEABase 1.21
SIGNIFICANT USER-VISIBLE CHANGES
- GeneSetCollection,*,*,GOCollection-method respects evidenceCode
and ontology
GSEABase 1.19
NEW FEATURES
- Added UniprotIdentifier class
GSEABase 1.13
NEW FEATURES
- Parse Broad gene set sub-categories.
SIGNIFICANT USER-VISIBLE CHANGES
- An ad-hoc identifier replaces the Ruuid-based one.
GSEABase 1.5
SIGNIFICANT USER-VISIBLE CHANGES
- Constructors for classes EntrezIdentifier, EnzymeIdentifier,
GenenameIdentifier, RefseqIdentifier, SymbolIdentifier,
UnigeneIdentifier can now accept an 'annotation' argument. This is
used to indicate which annotation package the identifiers are
from, e.g., EntrezIdentifier("hgu95av2.db") indicates that the
EntrezId's are from the hgu95av2.db package.
- GOCollection now tracks ontology as well as evidenceCode.
- Add ComputedCollection class to describe gene set collections
resulting from computations.
- Additional GeneSetCollection constructors
- Add OBOCollection class for reading OBO gene sets, including
functions to retrieve OBO collections from the internet
(getOBOCollectoin) and convert OBOCollections to and from graphNEL
objects.
- GeneSets constructed from GOCollections require a geneIdType
with an appropriate (i.e., GO to identifier) mapping, e.g.,
geneIdType=EntrezIdentifier("org.Hs.eg.db")
NEW FEATURES
- geneIdType<- and mapIdentifiers can now map between any two
identifier types within an annotation package, e.g.,
SymbolIdentifer('org.Hs.eg.db') to
GenenameIdentifier('org.Hs.eg.db')
- Parse revised Broad gene sets.
- More extensive information in some 'show' methods
- Added a mapIdentifiers method to allow maps with user-supplied
AnnDbBimap objects
BUG FIXES
- GO evidenceCodes updated to current codes available as defined
in GO
- GeneSetCollection,ExpressionSet,(Pfam|Prosite|Chrloc)Collection-method
now correctly navigate the underlying annotations and create gene
set collections
- A GeneSetCollection constructed with a named list could
incorrectly propagate the set names.
- Export MapCollection class
- Mapping AnnotationIdentifer to AnnotationIdentifier failed due
to incorrect method selection
(start date: 9 February, 2008)