Skip to content

Commit

Permalink
Change qsvaR::degradation_tstats to deg_tstats
Browse files Browse the repository at this point in the history
  • Loading branch information
HediaTnani committed Jan 16, 2024
1 parent 2eaa657 commit 3fd8b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/DEqual.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ DEqual <- function(DE) {

## Create dataframe with common transcripts
common_data <- data.frame(
degradation_t = qsvaR::degradation_tstats$t[match(common, rownames(qsvaR::degradation_tstats))],
degradation_t = deg_tstats$t[match(common, rownames(deg_tstats))],
DE_t = DE$t[match(common, rownames(DE))]
)
p <- ggplot(common_data, aes(x = DE_t, y = degradation_t)) +
Expand Down

0 comments on commit 3fd8b11

Please sign in to comment.