Skip to content

Commit

Permalink
fix minor error
Browse files Browse the repository at this point in the history
  • Loading branch information
ischeller committed Dec 11, 2023
1 parent 92de3ce commit dc5ae5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/pvalsNzscore.R
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,8 @@ calculateTwoPassPvalues <- function(fds, type=currentType(fds),
twoPassMode=FALSE)
p[idxToReestimate,] <- pVals(fdsSub, type=type, level="junction",
dist=distribution)
pVals(fds, type=type, level="junction", dist=distribution) <- p
pVals(fds, type=type, level="junction", dist=distribution,
withDimnames=FALSE) <- p

return(fds)
}
Expand Down

0 comments on commit dc5ae5d

Please sign in to comment.