Skip to content

Commit

Permalink
import mclust::estep()
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Jun 16, 2024
1 parent 69cdf26 commit c1a22cc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: pRoloc
Type: Package
Title: A unifying bioinformatics framework for spatial proteomics
Version: 1.45.0
Version: 1.45.1
Authors@R: c(person(given = "Laurent", family = "Gatto",
email = "[email protected]",
role = c("aut","cre")),
Expand All @@ -15,7 +15,7 @@ Authors@R: c(person(given = "Laurent", family = "Gatto",
email = "[email protected]",
role = "ctb"),
person(given = "Oliver", family ="Crook",
email = "omc25@cam.ac.uk",
email = "[email protected].ac.uk",
role = "aut"))
Author: Laurent Gatto, Oliver Crook and Lisa M. Breckels with
contributions from Thomas Burger and Samuel Wieczorek
Expand Down
3 changes: 1 addition & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ importFrom(ggplot2, ggplot, geom_point, theme, scale_size_continuous,
coord_fixed, geom_contour, scale_alpha, theme_minimal,
element_rect, geom_density2d, xlim, stat)

importFrom("mclust", "Mclust", "mclust.options", "mclustBIC")

importFrom("mclust", "Mclust", "mclust.options", "mclustBIC", "estep")

## Importing to avoid 'no visible global function definition for' NOTES
import(Biobase)
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# pRoloc 1.45

## Changes in version 1.45.1

- Import mclust::estep().

## Changes in version 1.45.0

- New devel version

# pRoloc 1.43

## Changes in version 1.43.2
Expand Down
4 changes: 2 additions & 2 deletions R/phenodisco.R
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ gmmOutlier <- function(L, X, N = 500, p=0.05) {
## Generate the test statistic, W, for round N
## (build up a distribution of W over N rounds)
}
# Can plot to check normal using: plot(density(W))
## Can plot to check normal using: plot(density(W))
}
## Test unlabelled
## Test for G>1
Expand Down Expand Up @@ -447,7 +447,7 @@ phenoDisco <- function(object,
object <- filterNA(object, pNA = 0)
}

## Remove duplicated rows (i.e. identical profiles and add back later)
## Remove duplicated rows (i.e. identical profiles and add back later)
duplicatedRows <- FALSE
if (anyDuplicated(exprs(object))>0) {
duplicatedRows <- TRUE
Expand Down

0 comments on commit c1a22cc

Please sign in to comment.