Skip to content

Commit

Permalink
instrain update
Browse files Browse the repository at this point in the history
  • Loading branch information
noriakis committed May 17, 2024
1 parent 2ae8a90 commit 8b41dcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/loadInStrain.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ loadInStrain <- function(compare_out_dir,
snps[[candidate_species]] <- snvDf
stana@snps <- snps
stana@snpsInfo <- snpsInfoList
## Later usage
stana@snpsInfo[[candidate_species]]$major_allele <- stana@snpsInfo[[candidate_species]]$con_base
stana@snpsInfo[[candidate_species]]$minor_allele <- stana@snpsInfo[[candidate_species]]$var_base

stana <- initializeStana(stana,cl)
} else {
qqcat("No pooled results present\n")
Expand Down

0 comments on commit 8b41dcf

Please sign in to comment.