View source: R/biomart_annots.R
select_region_idxs | R Documentation |
Select SNP indexes corresponding to a specific genomic region.
select_region_idxs(
gdata,
chromosome,
position_min = -Inf,
position_max = Inf,
n_snps = 0,
offset = 0
)
gdata |
Genotype Data object |
chromosome |
Chromosome to select |
position_min |
Minimum base pair position to select |
position_max |
Maximum base pair position to select |
n_snps |
Maximum number of SNPs to return |
offset |
Number of SNPs to offset |
SNP indexes of Genotype Data object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.