Are there a toolbox that help me to represent files .fastq from NGS how array (log2Ratio vs base_position)?

1 回表示 (過去 30 日間)
I watched the webinar Next Generation sequencing with Bioinformatics Toolbox:...ChIP-Seq Data, but I need to visualize the information in arrays, example HR-CGH, is it possible? I'm not expert in genetic but I want to apply some statistical tools to these data.
Thanks

採用された回答

Luuk van Oosten
Luuk van Oosten 2015 年 4 月 10 日
Yes. You can import .fastq files that contain NGS data. click here for an intro. To import .fastq files use somthing like:
FASTQStruct = fastqread(yourfile)
To apply statistical tools... see the rest of the documentation
  1 件のコメント
munoz minjares
munoz minjares 2015 年 4 月 21 日
These are the tools that I was looking for the first stage of my research. Thank you!

サインインしてコメントする。

その他の回答 (1 件)

Paola Favaretto
Paola Favaretto 2015 年 4 月 9 日
Can you provide more details?
.fastq files contain sequence and quality information only. Would you like to plot quality vs. position?
  1 件のコメント
munoz minjares
munoz minjares 2015 年 4 月 21 日
I'd like to plot position vs LogRratio or position vs Log2Ratio, is this possible from NGS files?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGenomics and Next Generation Sequencing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by