View source: R/create_test_snp_selector.R
create_test_snp_window_selector | R Documentation |
Create a SNP window selector, to be used in, for example, select_snps
create_test_snp_window_selector(snp = "rs12345678", window_kb = 0.001)
snp |
a SNP, e.g. |
window_kb |
the window (i.e. the amount of base pairs around a focal SNP) in kilobases, as checked by check_window_kb |
Richèl J.C. Bilderbeek
create_test_snp_window_selector()
create_test_snp_window_selector(
snp = "my_snp"
)
create_test_snp_window_selector(
window_kb = 12.34
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.