Skip to content

Commit

Permalink
Update mapping.R
Browse files Browse the repository at this point in the history
  • Loading branch information
pcamara authored Apr 1, 2024
1 parent 54f7d91 commit 41e6f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mapping.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GetTransferMatrix <- function(stvea_object,
stvea_object@corrected_codex,
k=k.cite,
c=c.cite)
if (transfer_rna) {
if (transfer.rna) {
stvea_object@codex_mRNA <- as.matrix(stvea_object@transfer_matrix) %*%
as.matrix(stvea_object@cite_mRNA/rowSums(stvea_object@cite_mRNA))
}
Expand Down

0 comments on commit 41e6f58

Please sign in to comment.