Skip to content

Commit

Permalink
Remove is_gencode = TRUE in the function
Browse files Browse the repository at this point in the history
  • Loading branch information
HediaTnani committed Jan 5, 2024
1 parent 0c1f7dc commit 1e1233f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/getDegTx.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#' @examples
#' getDegTx(covComb_tx_deg)
#' stopifnot(mean(rowMeans(assays(covComb_tx_deg)$tpm)) > 1)
getDegTx <- function(rse_tx, type = c("cell_component", "standard", "top1500"), sig_transcripts = select_transcripts(type), assayname = "tpm", is_gencode = TRUE) {
getDegTx <- function(rse_tx, type = c("cell_component", "standard", "top1500"), sig_transcripts = select_transcripts(type), assayname = "tpm") {

type = arg_match(type)

Expand Down

0 comments on commit 1e1233f

Please sign in to comment.