Skip to content

Commit

Permalink
Create a dataframe with common transcripts
Browse files Browse the repository at this point in the history
  • Loading branch information
HediaTnani committed Jan 9, 2024
1 parent e62f580 commit b6bb2ed
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 @@ -63,7 +63,7 @@ DEqual <- function(DE) {
stop("Error: The length of 'common' should be greater than 0.")
}


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

0 comments on commit b6bb2ed

Please sign in to comment.