Skip to content

Commit 2838da3

Browse files
Need correct rowdata invocation
1 parent 8bfdef0 commit 2838da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/deg.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ deg.prepare <- function(se, pathology, case, control, sample.col, filter_only_ca
197197
pf <- as.data.frame(as.matrix(Percent))
198198
colnames(pf) <- paste0("Percent_", colnames(pf))
199199
for (cn in names(pf)) {
200-
rowData(se)[[paste0("Percent", cn)]] <- pf[[cn]]
200+
SummarizedExperiment::rowData(se)[[paste0("Percent", cn)]] <- pf[[cn]]
201201
}
202202
}
203203
### Convert pathology to factor

0 commit comments

Comments
 (0)