Are there a toolbox that help me to represent files .fastq from NGS how array (log2Ratio vs base_position)?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
munoz minjares
le 27 Jan 2015
Commenté : munoz minjares
le 21 Avr 2015
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
0 commentaires
Réponse acceptée
Luuk van Oosten
le 10 Avr 2015
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)
Plus de réponses (1)
Paola Favaretto
le 9 Avr 2015
Can you provide more details?
.fastq files contain sequence and quality information only. Would you like to plot quality vs. position?
Voir également
Catégories
En savoir plus sur Alignment dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!