Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Strausyatina committed Jan 31, 2023
1 parent 07a443f commit 3b5b2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/compute_iQCC_for_selected_samples.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ compute_iQCC_for_selected_samples <- function(df, reps, inf_Q=1, sup_Q=1){
iQCC_ex = sqrt(dextbetabinom_max_likelihood_Q(allele_counts = pack_ex[,2:3], AI_vect = pack_ex[,4], sup_Q = sup_Q))
print(sqrt(iQCC_in*iQCC_ex))
return(list(
iQCC_inclused_inAI = iQCC_in,
iQCC_included_inAI = iQCC_in,
iQCC_excluded_inAI = iQCC_ex,
iQCC_geom_mean = sqrt(iQCC_in*iQCC_ex)
))
Expand Down

0 comments on commit 3b5b2e5

Please sign in to comment.