Bioinformatics with Python Cookbook
eBook - ePub

Bioinformatics with Python Cookbook

Tiago Antao

Compartir libro
  1. 306 páginas
  2. English
  3. ePUB (apto para móviles)
  4. Disponible en iOS y Android
eBook - ePub

Bioinformatics with Python Cookbook

Tiago Antao

Detalles del libro
Vista previa del libro
Índice
Citas

Preguntas frecuentes

¿Cómo cancelo mi suscripción?
Simplemente, dirígete a la sección ajustes de la cuenta y haz clic en «Cancelar suscripción». Así de sencillo. Después de cancelar tu suscripción, esta permanecerá activa el tiempo restante que hayas pagado. Obtén más información aquí.
¿Cómo descargo los libros?
Por el momento, todos nuestros libros ePub adaptables a dispositivos móviles se pueden descargar a través de la aplicación. La mayor parte de nuestros PDF también se puede descargar y ya estamos trabajando para que el resto también sea descargable. Obtén más información aquí.
¿En qué se diferencian los planes de precios?
Ambos planes te permiten acceder por completo a la biblioteca y a todas las funciones de Perlego. Las únicas diferencias son el precio y el período de suscripción: con el plan anual ahorrarás en torno a un 30 % en comparación con 12 meses de un plan mensual.
¿Qué es Perlego?
Somos un servicio de suscripción de libros de texto en línea que te permite acceder a toda una biblioteca en línea por menos de lo que cuesta un libro al mes. Con más de un millón de libros sobre más de 1000 categorías, ¡tenemos todo lo que necesitas! Obtén más información aquí.
¿Perlego ofrece la función de texto a voz?
Busca el símbolo de lectura en voz alta en tu próximo libro para ver si puedes escucharlo. La herramienta de lectura en voz alta lee el texto en voz alta por ti, resaltando el texto a medida que se lee. Puedes pausarla, acelerarla y ralentizarla. Obtén más información aquí.
¿Es Bioinformatics with Python Cookbook un PDF/ePUB en línea?
Sí, puedes acceder a Bioinformatics with Python Cookbook de Tiago Antao en formato PDF o ePUB, así como a otros libros populares de Informatik y Bioinformatik. Tenemos más de un millón de libros disponibles en nuestro catálogo para que explores.

Información

Año
2015
ISBN
9781782175117
Edición
1
Categoría
Informatik
Categoría
Bioinformatik

Bioinformatics with Python Cookbook


Table of Contents

Bioinformatics with Python Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why Subscribe?
Free Access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Sections
Getting ready
How to do it…
There's more…
See also
Conventions
Reader feedback
Customer support
Downloading the example code
Downloading the color images of this book
Errata
Piracy
Questions
1. Python and the Surrounding Software Ecology
Introduction
Installing the required software with Anaconda
Getting ready
How to do it…
There's more…
See also
Installing the required software with Docker
Getting ready
How to do it…
See also
Interfacing with R via rpy2
Getting ready
How to do it…
There's more…
See also
Performing R magic with IPython
Getting ready
How to do it…
See also
2. Next-generation Sequencing
Introduction
Accessing GenBank and moving around NCBI databases
Getting ready
How to do it…
There's more…
See also
Performing basic sequence analysis
Getting ready
How to do it…
There's more…
See also
Working with modern sequence formats
Getting ready
How to do it…
There's more…
See also
Working with alignment data
Getting ready
How to do it…
There's more…
See also
Analyzing data in the variant call format
Getting ready
How to do it…
There's more…
See also
Studying genome accessibility and filtering SNP data
Getting ready
How to do it…
There's more…
See also
3. Working with Genomes
Introduction
Working with high-quality reference genomes
Getting ready
How to do it...
There's more...
See also
Dealing with low-quality genome references
Getting ready
How to do it...
There's more...
See also
Traversing genome annotations
Getting ready
How to do it...
There's more...
See also
Extracting genes from a reference using annotations
Getting ready
How to do it…
There's more...
See also
Finding orthologues with the Ensembl REST API
Getting ready
How to do it...
There's more...
Retrieving gene ontology information from Ensembl
Getting ready
How to do it...
There's more...
See also
4. Population Genetics
Introduction
Managing datasets with PLINK
Getting ready
How to do it…
There's more...
See also
Introducing the Genepop format
Getting ready
How to do it…
See also
Exploring a dataset with Bio.PopGen
Getting ready
How to do it…
There's more...
See also
Computing F-statistics
Getting ready
How to do it…
See also
Performing Principal Components Analysis
Getting ready
How to do it…
There's more...
See also
Investigating population structure with Admixture
Getting ready
How to do it…
There's more...
5. Population Genetics Simulation
Introduction
Introducing forward-time simulations
Getting ready
How to do it...
There's more...
Simulating selection
Getting ready
How to do it…
There's more...
Simulating population structure using island and stepping-stone models
Getting ready
How to do it…
Modeling complex demographic scenarios
Getting ready
How to do it…
Simulating the coalescent with Biopython and fastsimcoal
Getting ready
How to do it…
There's more...
See also
6. Phylogenetics
Introduction
Preparing the Ebola dataset
Getting ready
How to do it...
There's more...
See also
Aligning genetic and genomic data
Getting ready
How to do it...
Comparing sequences
Getting ready
How to do it...
There's more…
Reconstructing phylogenetic trees
Getting ready
How to do it...
There's more...
Playing recursively with trees
Getting ready
How to do it...
There's more...
Visualizing phylogenetic data
Getting ready
How to do it...
There's more...
7. Using the Protein Data Bank
Introduction
Finding a protein in multiple databases
Getting ready
How to do it...
There's more...
Introducing Bio.PDB
Getting ready
How to do it...
There's more...
Extracting more information from a PDB file
Getting ready
How to do it...
Computing molecular distances on a PDB file
Getting ready
How to do it...
Performing geometric operations
Getting ready
How to do it...
There's more...
Implementing a basic PDB parser
Getting ready
How to do it...
There's more...
Animating with PyMol
Getting ready
How to do it...
There's more...
Parsing mmCIF files using Biopython
Getting ready
How to do it...
There's more...
8. Other Topics in Bioinformatics
Introduction
Accessing the Global Biodiversity Information Facility
How to do it...
There's more...
Geo-referencing GBIF datasets
Getting ready
How to do it...
There's more...
Accessing molecular-interaction databases with PSIQUIC
How to do it...
Plotting protein interactions with Cytoscape the hard way
Getting ready
How to do it...
There's more...
9. Python for Big Genomics Datasets
Introduction
Setting the stage for high-performance computing
Getting ready
How to do it...
Designing a poor human concurrent executor
Getting ready
How to do it...
There's more...
Performing parallel computing with IPython
Getting ready
How to do it...
There's more...
Computing the median in a large dataset
Getting ready
How to do it...
There's more...
Optimizing code with Cython and Numba
Getting ready
How to do it...
There's more...
Programming with laziness
Getting ready
How to do it...
There's more...
Thinking with generators
Getting ready
How to do it...
See also
Index

Bioinformatics with Python Cookbook

Copyright © 2015 Packt Publishing
All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.
Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.
Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.
First published: June 2015
Production reference: 1230615
Published by Packt Publishing Ltd.
Livery Place
35 Livery Street
Birmingham B3 2PB, UK.
ISBN 978-1-78217-511-7
www.packtpub.com

Credits

Author
Tiago Antao
Reviewers
Cho-Yi Chen
Giovanni M. Dall'Olio
Commissioning Editor
Nadeem N. Bagban
Acquisition Editor
Kevin Colaco
Content Development Editor
Gaurav Sharma
Technical Editor
Shashank Desai
Copy Editor
Relin Hedly
Project Coordinator
Harshal Ved
Proofreader
Safis Editing
Indexer
Monica Ajmera Mehta
Production Coordinator
Arvindkumar Gupta
Cover Work
Arvindkumar Gupta
2323__perle...

Índice