Learn the algorithms and tools you need to build MapReduce applications with Hadoop and Spark for processing gigabyte, terabyte, or petabyte-sized datasets on clusters of commodity hardware. With this practical book, author Mahmoud Parsian, head of
This series aims to capture new developments and summarize what is known
over the entire spectrum of mathematical and computational biology and
medicine. It seeks to encourage the integration of mathematical, statistical,
and computational methods in
bio_seq
一个用于将核苷酸编码为IUPAC模糊度代码以及写入和读取FASTA文件的库。
基于的核苷酸的8位无符号整数表示形式
对齐解析
对于解析对齐,要求所有FASTA条目都具有相同的长度,否则将引发错误。
解析对齐字符串
import bio_seq
let s = ">header1 \n ACTG \n >header2 \n >CTUG"
let r = parseFastaAlignmentString (s)
解析对齐文件
import nim_seq
l