Skip to content

Commit

Permalink
fixed attribute total_draws
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola committed Oct 3, 2019
1 parent f6134f5 commit c225180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/ppcSeq.R
Original file line number Diff line number Diff line change
Expand Up @@ -1259,10 +1259,10 @@ ppc_seq = function(input.df,
merge_results(res_discovery, res_test, formula, gene_column, value_column, sample_column, do_check_only_on_detrimental) %>%

# Add fit attribute if any
add_attr(res_discovery %>% attr("fit"), "fit") %>%
add_attr(res_test %>% attr("fit"), "fit") %>%

# Add total draws
add_attr(res_discovery %>% attr("total_draws"), "total_draws")
add_attr(res_test %>% attr("total_draws"), "total_draws")



Expand Down

0 comments on commit c225180

Please sign in to comment.