Skip to content

Commit

Permalink
Fix typo in private function name
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Nov 7, 2023
1 parent f5bf4ca commit 73e299e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/Export.R
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ exportToCsv <- function(outputFolder,
minCellCount = minCellCount
)

exporLikelihoodProfiles(
exportLikelihoodProfiles(
outputFolder = outputFolder,
exportFolder = exportFolder,
databaseId = databaseId
Expand Down Expand Up @@ -587,7 +587,7 @@ exportCmInteractionResults <- function(outputFolder,
writeToCsv(results, fileName)
}

exporLikelihoodProfiles <- function(outputFolder,
exportLikelihoodProfiles <- function(outputFolder,
exportFolder,
databaseId) {
message("- likelihood_profile table")
Expand Down

0 comments on commit 73e299e

Please sign in to comment.