- Version bump to rebuild classes derived from
DotPlot
.
- Expanded the content of the vignette, to have
AggregatedDotPlot()
and theMarkdownBoard()
panels highlighted
- Adjusted code to correctly parse and rename KEGG pathway identifiers.
- Update
ggplot2
imports forAggregatedDotPlot
.
- Fix numbering issue affecting the coloring of
LogFCLogFCPlot
panels.
- Depend on the
iSEEhex
package to initiate the "iSEEverse".
- Fix bug causing
.setCachedCommonInfo()
to cacheNULL
value forvalid.rowdata.names
information ofDynamicMarkerTable
panel instead of empty character vector.
- Fix bug causing
AggregatedDotPlot
to crash when a column selection was transferred. - Fix bug in retrieving a feature set
- Fix spelling typo in man page.
- Switch to registration for storing DE Panel options, via
registerPValuePatterns
and related functions.
- Support in-memory feature set collections and their statistics via
registerFeatureSetCollections
.
- Redistributed documentation from panel tours to UI-specific tours.
- Tour-related patch to fix the builds for the time being.
- Added the
MarkdownBoard
panel to show arbitrary Markdown-formatted content. - Eliminate duplicates in available fields, as these break selectizes.
- Ensure that global parameters only affect panels during construction.
- Added the
AggregatedDotPlot
panel to show marker-based dot plots.
- Improved safety and correctness of the calculation of the number of DEGs.
- Version bump to trigger reinstallation with new iSEE class definitions.
- Added panel-specific tours for all panel classes via the
.definePanelTour()
generic.
- Generalized the DE-related globals to work as patterns rather directly specifying the acceptable names.
- Align
DynamicMarkerTable
's treatment ofgetTableExtraFields()
with the globals strategy.
- Overhauled handling of global parameters for greater consistency.
- Added the
LogFCLogFCPlot
to plot two DE comparisons against each other. - Switched to KEGGREST to get the names of pathways.
- Replaced
GeneSetTable
with the more generalFeatureSetTable
. Improved handling of arbitrary feature sets. - Renamed
DifferentialStatisticsTable
to the more appropriateDynamicMarkerTable
. Support inclusion of extra fields from therowData
. - Global parameters now only affect construction of
MAPlot
s andVolcanoPlot
s.
- Improved documentation of the
ReducedDimensionHexPlot
methods.
- Trigger new build on the single package builder.
- Replace
!=""
bynzchar()
. - Use 4-space indent.
- Add info on how to contribute to iSEEu, including coding style.
- Trigger new build on the single package builder.
- Add more suggested packages.
- Add screenshot images to the vignette.
- More realistic examples in the vignette.
- Fix
GeneSetTable
to acknowledge initial value of"Selected"
.
- Fix to GitHub action
R-CMD-check
.
- Set up GitHub action
R-CMD-check
. - Remove Travis CI
covr
code coverage andpkgdown
site deployment. - Fix man page warning.
- Create observer for
"Assay"
inDiffStatTable
. - Update NEWS.
- Trigger new build on the single package builder.
- Added panel
DifferentialStatisticsTable
. - Added panel
DynamicReducedDimensionPlot
. - Added panel
GeneSetTable
. - Added panel
MAPlot
. - Added panel
ReducedDimensionHexPlot
. - Added panel
VolcanoPlot
. - Added mode
modeEmpty
. - Added mode
modeGating
. - Added mode
modeReducedDim
.
iSEEu
is officially born!