Skip to content

Commit

Permalink
del slow functions
Browse files Browse the repository at this point in the history
  • Loading branch information
noriakis committed Apr 28, 2024
1 parent e1c6948 commit acc6727
Show file tree
Hide file tree
Showing 7 changed files with 397 additions and 518 deletions.
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ export(compareGenes)
export(consensusSeq)
export(consensusSeqGeneral)
export(consensusSeqMIDAS1)
export(consensusSeqMIDAS1Slow)
export(consensusSeqMIDAS2)
export(consensusSeqMIDAS2Slow)
export(convertWideToMaf)
export(doAdonis)
export(doBoruta)
Expand Down
2 changes: 1 addition & 1 deletion R/compareGenes.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ compareGenes <- function(stana, species=NULL, geneID=NULL, cl=NULL, argList=list
}
if (length(names(cl))!=2) {stop("Only two grouping is allowed")}
resList <- list()
qqcat("Testing total of @{nrow(geneDf)}\n")
cat_subtle("# Testing total of ", nrow(geneDf), "\n", sep="")
for (i in row.names(geneDf)) {
x <- geneDf[i, intersect(colnames(geneDf), cl[[1]])] |> as.numeric()
y <- geneDf[i, intersect(colnames(geneDf), cl[[2]])] |> as.numeric()
Expand Down
Loading

0 comments on commit acc6727

Please sign in to comment.