View source: R/read_dae_snps.R
read_dae_snps | R Documentation |
This function reads in a list of DAE SNPs from a text file. One SNP per row.
By default, it expects a header, which will be ignored anyway. If the first
line is immediately a SNP, then use header = FALSE
.
read_dae_snps(file, header = TRUE, distinct = TRUE)
file |
A path to a file. |
header |
Is the first line a line with a column name? |
distinct |
Remove any duplicate SNPs? |
A one-column data frame. This single column is named dae_snp
.
Rows are the DAE SNPs read from the text file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.