摘要:
转载:http://blog.csdn.net/duqi_yc/article/details/9817243 目录 Table of Contents 1 正则表达式简介 2 字符数统计和字符翻译 2.1 nchar和length 2.2 tolower,toupper和chartr 3 字符串连 阅读全文
摘要:
目的:读入序列文件(fasta格式),返回一个数据框,内容包括——存储ID、注释行(anno)、长度(len)、序列内容(content) 一、问题思考: 1. 如何识别注释行和序列内容行 2. 如何快速定位序列内容所在位置 二、你可能需要的知识——基本的R语言基础 1. R语言基本数据类型 2. 阅读全文