read snp data as ibdData object
1 2 3 |
file |
the name of the file which the data are to be read from. |
header |
a logical value indicating whether the file contains the names of the variables as its first line |
sep |
the field separator character. Values on each line of the file are separated by this character. |
quote |
the set of quoting characters. To disable quoting altogether, use quote = "". |
row.names |
a number giving the column of the table which contains the row names. |
position.ncol |
integer value indicating whether the how many columns contain position information. |
na.strings |
a character vector of strings which are to be interpreted as NA values. |
nrows |
integer: the maximum number of rows to read in. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.