VCF文件示例(VCFv4.2)##fileformat=VCFv4.2##fileDate=20090805##source=myImputationProgramV3.1##reference=file:///seq/references/1000GenomesPilot-NCBI36.fast...
分类:
其他好文 时间:
2015-06-08 22:59:44
阅读次数:
143
R, BioconductorfilterVcf: Extract Variants of Interest from a Large VCF File (Paul Shannon)We demonstrate three methods: filtering by genomic region, ...
分类:
其他好文 时间:
2015-06-08 22:59:04
阅读次数:
150
首先下载jar包cardme。 http://sourceforge.net/projects/cardme/?source=navbar cardme是基于java语言的操作vCard(后缀vcf)文件的开源项目。 在项目中有一个类net.sourceforge.cardme.engine.TestParser。是官方...
分类:
其他好文 时间:
2015-06-08 20:02:44
阅读次数:
277
/***获取通讯录*@parammodelMap*@paramid*@paramrequest*@return*/@RequestMapping(value="mp_ajax_vcf.html")publicStringajaxVcf(ModelMapmodelMap,@RequestParam(value="id",required=false)Stringid,HttpServletRequestrequest,HttpServletResponseresponse){QueryConditio..
分类:
其他好文 时间:
2015-01-20 06:40:35
阅读次数:
170
package com.yfli.test;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotF...
分类:
编程语言 时间:
2015-01-13 16:09:11
阅读次数:
341
1 //Tables.cpp 2 3 /* 4 Copyright 2000-2004 The VCF Project. 5 Please see License.txt in the top level directory 6 where you installed the VCF...
分类:
其他好文 时间:
2014-12-18 16:53:34
阅读次数:
185
1 //Processes.cpp 2 3 /* 4 Copyright 2000-2004 The VCF Project. 5 Please see License.txt in the top level directory 6 where you installed the VCF. 7.....
分类:
其他好文 时间:
2014-12-18 16:51:57
阅读次数:
152
1 //StrokesAndFills.cpp 2 3 /* 4 Copyright 2000-2004 The VCF Project. 5 Please see License.txt in the top level directory 6 where you installe...
分类:
其他好文 时间:
2014-12-18 16:49:46
阅读次数:
228
1 //Scrolling2.cpp 2 3 /* 4 Copyright 2000-2004 The VCF Project. 5 Please see License.txt in the top level directory 6 where you installed the...
分类:
其他好文 时间:
2014-12-18 16:48:21
阅读次数:
242
1 ////Variants.cpp 2 3 #include "vcf/FoundationKit/FoundationKit.h" 4 #include "vcf/FoundationKit/Dictionary.h" 5 using namespace VCF; 6 7 ...
分类:
其他好文 时间:
2014-12-18 16:47:25
阅读次数:
230