Skip to content

Commit

Permalink
Update LD_pruning.R
Browse files Browse the repository at this point in the history
Added QC_label to Individual_Analysis_cond function input (line 175)
  • Loading branch information
LVMEHINOVIC committed Apr 19, 2024
1 parent 08375b6 commit b6a9cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/LD_pruning.R
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ LD_pruning <- function(chr,genofile,obj_nullmodel,variants_list,maf_cutoff=0.01,
while(check==1)
{
pvalue_log_cond <- Individual_Analysis_cond(chr=chr,individual_results=variants_list_chr[,1:4],genofile,obj_nullmodel,known_loci=known_loci_output,
variant_type=variant_type,geno_missing_imputation=geno_missing_imputation,method_cond=method_cond,
variant_type=variant_type,geno_missing_imputation=geno_missing_imputation,method_cond=method_cond,QC_label=QC_label,
geno_position_ascending=geno_position_ascending)

if(sum(pvalue_log_cond$pvalue_cond < cond_p_thresh)<1)
Expand Down

0 comments on commit b6a9cf3

Please sign in to comment.