forked from Bioconductor/GSEABase
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
148 lines (93 loc) · 3.71 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
CHANGES IN VERSION 1.66
-----------------------
SIGNIFICANT USER-VISIBLE CHANGES
o faster implementation of `incidence()` for large gene sets / collections
(https://github.com/Bioconductor/GSEABase/issues/9)
CHANGES IN VERSION 1.56
-----------------------
SIGNIFICANT USER-VISIBLE CHANGES
o goSlim() does not truncate Terms
(https://github.com/Bioconductor/GSEABase/issues/5)
CHANGES IN VERSION 1.54
-----------------------
SIGNIFICANT USER-VISIBLE CHANGES
o orgDb no longer provide Unigene information. Remove support.
CHANGES IN VERSION 1.39
-----------------------
BUG FIXES
o goSlim() did not correctly count duplicate identifiers.
(https://support.bioconductor.org/p/100403/)
CHANGES IN VERSION 1.35
-----------------------
BUG FIXES
o some multi-line warnings and errors would fail without reporting
the error message.
o getGmt(), GO GeneSetCollection methods much faster.
CHANGES IN VERSION 1.31
-----------------------
SIGNIFICANT USER-VISIBLE CHANGES
o Support 'h' Broad set
BUG FIXES
o as(OBOCollection, "graphNEL") failed to include multiple
children
CHANGES IN VERSION 1.23
-----------------------
SIGNIFICANT USER-VISIBLE CHANGES
o Support 'c7' broad set
o Warn or remove duplicate geneIds when parsing GMT or Broad XML
CHANGES IN VERSION 1.21
-----------------------
SIGNIFICANT USER-VISIBLE CHANGES
o GeneSetCollection,*,*,GOCollection-method respects evidenceCode
and ontology
CHANGES IN VERSION 1.19
-----------------------
NEW FEATURES
o Added UniprotIdentifier class
CHANGES IN VERSION 1.13
-----------------------
NEW FEATURES
o Parse Broad gene set sub-categories.
SIGNIFICANT USER-VISIBLE CHANGES
o An ad-hoc identifier replaces the Ruuid-based one.
CHANGES IN VERSION 1.5
----------------------
SIGNIFICANT USER-VISIBLE CHANGES
o 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.
o GOCollection now tracks ontology as well as evidenceCode.
o Add ComputedCollection class to describe gene set collections
resulting from computations.
o Additional GeneSetCollection constructors
o 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.
o 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
o 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')
o Parse revised Broad gene sets.
o More extensive information in some 'show' methods
o Added a mapIdentifiers method to allow maps with user-supplied
AnnDbBimap objects
BUG FIXES
o GO evidenceCodes updated to current codes available as defined
in GO
o GeneSetCollection,ExpressionSet,(Pfam|Prosite|Chrloc)Collection-method
now correctly navigate the underlying annotations and create gene
set collections
o A GeneSetCollection constructed with a named list could
incorrectly propagate the set names.
o Export MapCollection class
o Mapping AnnotationIdentifer to AnnotationIdentifier failed due
to incorrect method selection
(start date: 9 February, 2008)