【FASTA file splitting tool】【FASTA file separating tool】
多个FASTA格式的序列聚合在一个文件时,通常使文件变得很大,分析会占用大量的内存。因此,推荐时把大文件拆解成小文件,每个文件一条序列,即每次处理一条序列。
When multiple sequences in a FASTA format are aggregated in a single file, it usually makes the file very large and the analysis takes up a lot of memory. Therefore, we recommended to break down large files into small files, with only one sequence for each file. You can analyze one sequence at a time.
直接将下列代码复制到RStudio中(需要联网状态),然后根据提示选择FASTA文件即可。
Please put the code above into RStudio (Need Internet), then select your FASTA format file in the popup.
source("https://dataholdcn.cn/R/GBIT/GBIT.R") # 导入分析框架 import function set
GBIT.splitFasta() # 将FASTA文件按照序列分开 seperate the FASTA
如有BUG请在下面留言。
Please post here for any Bug or questions.