Skip to content

Commit 79a450e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c8ac71e commit 79a450e

4 files changed

Lines changed: 1 addition & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you
671671
may consider it more useful to permit linking proprietary applications with
672672
the library. If this is what you want to do, use the GNU Lesser General
673673
Public License instead of this License. But first, please read
674-
<https://www.gnu.org/licenses/why-not-lgpl.html>.
674+
<https://www.gnu.org/licenses/why-not-lgpl.html>.

R/DeconvExplorer.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ DeconvExplorer <- function(deconvexp_bulk = NULL,
127127
width = 12,
128128
fileInput("userSignatureUpload", "Upload Signature"),
129129
div(style = "margin-top: -25px"),
130-
131130
p("You can upload a previsouly generated signature matrix of a deconvolution method and analyse it with DeconvExplorer. Multiple uploads are possible."),
132131
fluidRow(
133132
column(4, shinyWidgets::actionBttn("selectSigExploration", "Explore the signature", icon = icon("arrow-right"), color = "success", style = "simple")),
@@ -208,7 +207,6 @@ DeconvExplorer <- function(deconvexp_bulk = NULL,
208207
column(
209208
width = 5,
210209
conditionalPanel(
211-
212210
# all methods that take another signature as input
213211
condition = "input.deconvMethod == 'cibersortx' ||
214212
input.deconvMethod == 'dwls' ||

tests/testthat/setup_tests_DeconvExplorer.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ suppressPackageStartupMessages({
77
message("- Done!")
88

99

10-
1110
message("--- Generating objects for the testing setup...")
1211
data("RefData", package = "omnideconv")
1312
RefData <- as.data.frame(RefData)

tests/testthat/test-signatures.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ test_that("Signature refinement operations are correct", {
99
expect_true("B.cells" %in% colnames(signature_renamed))
1010

1111

12-
1312
signature_nozeros <- removePercentZeros(
1413
signature_mat = signature_list$bisque,
1514
max_percentage_zeroes = 0.5

0 commit comments

Comments
 (0)