Sample ID
|
STR1
|
SNP1
|
---|
1
|
12|12
|
A|A
|
2
|
13|14
|
T|T
|
3
|
13|13
|
A|T
|
4
|
14|15
|
A|T
|
5
|
15|13
|
T|A
|
6
|
13|14
|
A|T
|
7
|
14|3
|
A|A
|
8
|
12|2
|
T|A
|
9
|
14|14
|
T|T
|
10
|
15|15
|
A|T
|
- Each row denotes each individual sample; each column denotes each marker. The format of csv file can be imported directly by “read.csv” and the vcf file can be imported with the function “read_vcf_gt” in this package. The allele separator is not restricted to “|”. It can be specified in the following functions