Skip to content

Commit

Permalink
Merge pull request #55 from StijnVandenbulcke/master
Browse files Browse the repository at this point in the history
Newest bioconductor release
  • Loading branch information
StijnVandenbulcke authored Apr 22, 2024
2 parents 308c1fd + b45cb96 commit 6c2f36a
Show file tree
Hide file tree
Showing 7 changed files with 212 additions and 208 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: msqrob2
Title: Robust statistical inference for quantitative LC-MS proteomics
Version: 1.6.1
Version: 1.11.1
Authors@R: c(
person(given = "Lieven",
family = "Clement",
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# msqrob 1.11.1

- Fixed issues related to reference class changes in the models
- Fixed issue related to colData assay levels
- Refactored internal code

# msqrob 1.6.2

- Fixed issues related to residual degrees of freedom of overparameterized models.
Expand Down
4 changes: 4 additions & 0 deletions R/msqrob-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ setMethod(
lmerArgs = lmerArgs
)
}

rowData(object)[[modelColumnName]] <- rowData(object)[[modelColumnName]][rownames(rowData(object))]
return(object)
}
)
Expand Down Expand Up @@ -229,6 +231,8 @@ setMethod(
lmerArgs = lmerArgs
)
}

rowData(object[[i]])[[modelColumnName]] <- rowData(object[[i]])[[modelColumnName]][rownames(rowData(object[[i]]))]
return(object)
}
)
Loading

0 comments on commit 6c2f36a

Please sign in to comment.