Skip to content

Commit

Permalink
allow one gene for DE
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola committed Aug 28, 2023
1 parent 91ddd0c commit 5f139e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/methods_SE.R
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ such as batch effects (if applicable) in the formula.
rowData(.data) = rowData(.data) %>% cbind(
my_differential_abundance$result %>%
as_matrix(rownames = "transcript") %>%
.[match(rownames(rowData(.data)), rownames(.)),]
.[match(rownames(rowData(.data)), rownames(.)),,drop=FALSE]
)


Expand Down

0 comments on commit 5f139e8

Please sign in to comment.