Skip to content

Commit

Permalink
fix: hmrf and cross section functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed May 21, 2024
1 parent cbf05ad commit 490b714
Show file tree
Hide file tree
Showing 46 changed files with 1,139 additions and 750 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Imports:
ggplot2 (>= 3.1.1),
ggrepel,
GiottoUtils (>= 0.1.7),
GiottoVisuals (>= 0.2.0),
GiottoVisuals (>= 0.2.1),
igraph (>= 1.2.4.1),
jsonlite,
limma,
Expand Down
6 changes: 3 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ export(create_jackstrawplot)
export(create_screeplot)
export(crop)
export(cropGiottoLargeImage)
export(crossSectionGenePlot)
export(crossSectionGenePlot3D)
export(crossSectionFeatPlot)
export(crossSectionFeatPlot3D)
export(crossSectionPlot)
export(crossSectionPlot3D)
export(detectSpatialCorFeats)
Expand Down Expand Up @@ -258,7 +258,7 @@ export(heatmSpatialCorGenes)
export(hexVertices)
export(hyperGeometricEnrich)
export(initHMRF_V2)
export(insertCrossSectionGenePlot3D)
export(insertCrossSectionFeatPlot3D)
export(insertCrossSectionSpatPlot3D)
export(installGiottoEnvironment)
export(instructions)
Expand Down
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

# Giotto 4.0.7

## Breaking changes
* `crossSectionGenePlot()` removed. Use `crossSectionFeatPlot()` instead
* `crossSectionGenePlot3D()` removed. Use `crossSectionFeatPlot3D()` instead
* `insertCrossSectionGenePlot3D()` removed Use `insertCrossSectionFeatPlot3D()` instead

## Bug fixes
* `binSpect()` param passing error introduced in _v4.0.6_
* updated `viewHMRFresults3D()` and `viewHMRFresults2D()`
* updated `createCrossSections()`, `insertCrossSectionSpatPlot3D()`, `crossSectionPlot()`, `crossSectionFeatPlot3D()`, `insertCrossSectionFeatPlot3D()`, `crossSectionPlot3D()`, `crossSectionFeatPlot()`

## Changes
* GiottoVisuals (>= 0.2.1) and GiottoClass (>= 0.3.1) are now required.

# Giotto 4.0.6 (2024/05/13)

## Enhancements
Expand Down
Loading

0 comments on commit 490b714

Please sign in to comment.