Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compare PLINKs speeds after file creations #26

Open
richelbilderbeek opened this issue Oct 1, 2021 · 1 comment
Open

Compare PLINKs speeds after file creations #26

richelbilderbeek opened this issue Oct 1, 2021 · 1 comment
Assignees

Comments

@richelbilderbeek
Copy link
Contributor

No description provided.

@richelbilderbeek richelbilderbeek self-assigned this Oct 1, 2021
@richelbilderbeek
Copy link
Contributor Author

Function is called compare_assoc_qt_speed and is added :-)

  n_individuals <- 5
  n_phenotypes <- 3
  n_snps_per_phenotype <- 4
  assoc_qt_params <- create_demo_assoc_qt_params(
    n_individuals = n_individuals,
    traits = rep(
      list(create_random_trait(n_snps = n_snps_per_phenotype)),
      times = n_phenotypes
    )
  )
  assoc_qt_params$data$map_table$CHR <- 1 # nolint PLINK2 variable naming
  t <- compare_assoc_qt_speed(
    assoc_qt_params
  )
  t

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant