Usage
write.snp.matrix(x, file, append = FALSE, quote = TRUE, sep = " ", eol = "
", na = "NA", row.names = TRUE, col.names = TRUE)
Arguments
x
The object to be written
file
The name of the output file
append
If TRUE, the output is appended to the designated
file. Otherwise a new file is opened
quote
If TRUE, row and column names will be enclosed in quotes
sep
The string separating entries within a line
eol
The string terminating each line
na
The string written for missing genotypes
row.names
If TRUE, each row will commence with the row name
col.names
If TRUE, the first line will contain all the
column names