Calyx.biz
  • Home | 主页
  • Study | 学习
    • CPA | 注册会计师
    • Deep Learning | 深度学习
    • R/Python/Vim | 编程 >
      • Java Learning | Java 学习
      • R Tips | R技巧
      • Python Skill | Python技术
      • Masterpiece | 作品
    • Big Data | 大数据 >
      • Bioinformatics | 生物信息
      • Data Science | 数据科学
    • Language | 语言 >
      • Cantonese | 粤语
      • English | 英语
      • 日本語 | 日语
    • Citation | 他山之石
    • Application | 运用
    • Dota2Win | 刀塔制胜
    • Others | 别的 >
      • CIpipe
      • How to LOVE
      • FMSofChangsha.2005.
  • Fun | 娱乐
    • Billboard | 公告版
    • Essay | 随想
    • Album Image | 专辑封面
    • Movie Poster | 电影海报
    • Exercise | 锻炼
    • Funny | 有趣
    • Gastronome | 美食家
    • East Era | 东方时代 >
      • Masterpieces | 美味
      • Gastronomy | 美食主义
    • Downloading | 下载
  • Record | 记录
    • Milestone | 里程碑
    • Discussion | 讨论
    • About Us | 关于我们
    • LinkedPaper | 原文

Get fasta from bed file | 根据bed获得fasta

10/25/2013

0 Comments

 
有时候,会获得bed文件,bed文件是染色体的位置信息。
当我们想得到对应的fasta序列是,需要用到的程序是bedtools中的
getfasta
getfast的原文地址http://bedtools.readthedocs.org/en/latest/content/tools/getfasta.html

很容易理解。

bedtools getfasta [OPTIONS] -fi <input FASTA> -bed <BED/GFF/VCF> -fo <output FASTA>

<input FASTA> 就是参考序列,比如hg19.fa <BED/GFF/VCF> 是你的bed文件
 <output FASTA> 是你输出的文件的名字

 [OPTIONS] 为可调节选项,功能如下:
-name
Use the “name” column in the BED file for the FASTA headers in the output FASTA file.
-tab
Report extract sequences in a tab-delimited format instead of in FASTA format.
-s
Force strandedness. If the feature occupies the antisense strand, the sequence will be reverse complemented. Default: strand information is ignored.
-split
Given BED12 input, extract and concatenate the sequences from the BED “blocks” (e.g., exons)

0 Comments



Leave a Reply.

    Yamol

    Devoting to R/ Bioinformatics/ Data Mining/ Big Data/ Cooking.

    View my profile on LinkedIn

    Archives

    September 2018
    July 2016
    April 2016
    January 2016
    November 2015
    September 2015
    April 2015
    March 2015
    January 2015
    October 2014
    May 2014
    December 2013
    October 2013
    September 2013
    August 2013
    July 2013

    Categories

    All
    Bioinformatics
    Mirna

    RSS Feed

Powered by Create your own unique website with customizable templates.