23query 中文文档教程
Genome Querying Node Module
Instructions
克隆存储库
git clone git://github.com/Maciek416/23query.git
使用 brew 或通过网站安装节点 http://nodejs.org/#download
curl http://npmjs.org/install.sh | sh
npm install
运行示例代码
node sample.js
TODO
更好的测试,更多查询基因组中 SNP 的方法。 用于祖先猜测等的概率选择器
Genome Querying Node Module
Instructions
Clone the repository
git clone git://github.com/Maciek416/23query.git
Install node by using brew or through the website http://nodejs.org/#download
curl http://npmjs.org/install.sh | sh
npm install
Run the sample code
node sample.js
TODO
Nicer tests, more ways to query SNPs in the Genome. Probability-selectors for ancestry guessing, etc.
更多