Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
vladpetyuk committed May 5, 2024
1 parent 06d4ff8 commit b109ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/read_FragPipe_TMT.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#'
#' @export read_FragPipe_TMT

read_FragPipe_TMT <- function(path = NULL, org_to_retain = TRUE, use_gene_as_prot_id = TRUE)
read_FragPipe_TMT <- function(path = NULL, org_to_retain = NULL, use_gene_as_prot_id = TRUE)
{

path_to_file <- path
Expand Down

0 comments on commit b109ffc

Please sign in to comment.