Cantitate/Preț
Produs

Computational Genomics with R: Chapman & Hall/CRC Computational Biology Series

Autor Altuna Akalin
en Limba Engleză Hardback – 29 dec 2020
Computational Genomics with R provides a starting point for beginners in genomic data analysis and also guides more advanced practitioners to sophisticated data analysis techniques in genomics. The book covers topics from R programming, to machine learning and statistics, to the latest genomic data analysis techniques. The text provides accessible information and explanations, always with the genomics context in the background. This also contains practical and well-documented examples in R so readers can analyze their data by simply reusing the code presented. As the field of computational genomics is interdisciplinary, it requires different starting points for people with different backgrounds. For example, a biologist might skip sections on basic genome biology and start with R programming, whereas a computer scientist might want to start with genome biology.
After reading:
  • You will have the basics of R and be able to dive right into specialized uses of R for computational genomics such as using Bioconductor packages.
  • You will be familiar with statistics, supervised and unsupervised learning techniques that are important in data modeling, and exploratory analysis of high-dimensional data.
  • You will understand genomic intervals and operations on them that are used for tasks such as aligned read counting and genomic feature annotation.
  • You will know the basics of processing and quality checking high-throughput sequencing data.
  • You will be able to do sequence analysis, such as calculating GC content for parts of a genome or finding transcription factor binding sites.
  • You will know about visualization techniques used in genomics, such as heatmaps, meta-gene plots, and genomic track visualization.
  • You will be familiar with analysis of different high-throughput sequencing data sets, such as RNA-seq, ChIP-seq, and BS-seq.
  • You will know basic techniques for integrating and interpreting multi-omics datasets.
Altuna Akalin is a group leader and head of the Bioinformatics and Omics Data Science Platform at the Berlin Institute of Medical Systems Biology, Max Delbrück Center, Berlin. He has been developing computational methods for analyzing and integrating large-scale genomics data sets since 2002. He has published an extensive body of work in this area. The framework for this book grew out of the yearly computational genomics courses he has been organizing and teaching since 2015.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 30598 lei  6-8 săpt. +8111 lei  4-10 zile
  CRC Press – 9 ian 2023 30598 lei  6-8 săpt. +8111 lei  4-10 zile
Hardback (1) 63014 lei  6-8 săpt.
  CRC Press – 29 dec 2020 63014 lei  6-8 săpt.

Din seria Chapman & Hall/CRC Computational Biology Series

Preț: 63014 lei

Preț vechi: 84605 lei
-26% Nou

Puncte Express: 945

Preț estimativ în valută:
12069 13085$ 10033£

Carte tipărită la comandă

Livrare economică 02-16 decembrie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781498781855
ISBN-10: 1498781853
Pagini: 462
Dimensiuni: 178 x 254 x 31 mm
Greutate: 1.12 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman & Hall/CRC Computational Biology Series


Public țintă

Academic, Postgraduate, and Undergraduate Advanced

Cuprins

  1. Introduction to Genomics. 2. Introduction to R for Genomic Data Analysis 3. Statistics for Genomics 4. Exploratory Data Analysis with Unsupervised Machine Learning 5. Predictive Modeling with Supervised Machine Learning 6. Operations on Genomic Intervals and Genome Arithmetic 7. Quality Check, Processing and Alignment of High-throughput Sequencing Reads 8. RNA-seq Analysis 9. ChIP-seq analysis 10. DNA methylation analysis using bisulfite sequencing 11. Multi-omics Analysis.

Notă biografică

Dr. Altuna Akalin is a bioinformatics scientist and the head of Bioinformatics and Omics Data Science Platform at the Berlin Institute of Medical Systems Biology, Max Delbrück Center in Berlin. He has been developing computational methods for analyzing and integrating large-scale genomics data sets since 2002. His interest is in using machine learning and statistics to uncover patterns related to important biological variables such as disease state and type. He has lived in the USA, Norway, Turkey, Japan, and Switzerland in order to pursue research work and education related to computational genomics.

Recenzii

'This book provides a basic overview of computational tools developed in R for carrying out data analyses in genomics. It can be a valuable companion for anyone whowants to utilise the computational tools developed within the Bioconductor and R environments for education and research. This book’s main target audience are students of computational biology to get a first look at the diversity of machine learning methods. Thebook will also servewell biomedical researchers needing a guide to packages that can help them with the analysis of data that they encounter in their work.'
Krzysztof Podgórski, International Statistical Review (2021) doi: 10.1111/insr.12453

Descriere

This book has fundamental theoretical and practical aspects of data analysis, useful for beginners and experienced researchers that are looking for a recipe or an analysis approach. Since R has many packages, even experienced researchers look for how particular functions are used in an analysis workflow.