摘要:
Heng Li's blog Archive Categories Pages Tags On the definition of sequence identity 25 November 2018 Sequence identity is a way to measure the similar 阅读全文
摘要:
import argparse import pandas as pd def data_format(fin): df = pd.read_excel(fin) newcolumns = ["peptides"]+[i.split("Intensity")[1].strip() for i in 阅读全文