ihelbig / vcfparser

vcf parser in R
0 stars 0 forks source link

Create .myanno_id #7

Open ihelbig opened 7 years ago

ihelbig commented 7 years ago

Add pedfile, ^#CHROM line to sort trios in

start_time <- Sys.time()
b <- hyperloop(anno_file,"Other_col11",99,"Other_col12",100,"daughter")
b <- hyperloop(b,"Other_col11",99,"Other_col13",101,"mom")
b <- hyperloop(b,"Other_col11",99,"Other_col14",102,"dad")
end_time <- Sys.time()