read.ibdData: read snp data as ibdData object

Description Usage Arguments

View source: R/ibdData.R

Description

read snp data as ibdData object

Usage

1
2
3
read.ibdData(file, header = TRUE, sep = " ", quote = "\"",
  row.names = FALSE, position.ncol = 3L, na.strings = "NA",
  nrows = -1)

Arguments

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.


QTCAT/AMPRIL documentation built on May 23, 2019, 5:02 a.m.