Added new information (#21354)

pull/34280/head
Pranav Anbarasu 2018-11-09 16:26:27 -06:00 committed by nik
parent 8b0e7b97b7
commit 6c25b2f707
1 changed files with 4 additions and 1 deletions

View File

@ -3,10 +3,13 @@ title: Computational Genomics
---
# Computational Genomics
A new field that specializes in developing new algorithms in order to study the human genome.
A new field that specializes in developing new algorithms in order to study the human genome. Also called bioinformatics or computational biology, this field solves problems in healthcare, medicine, life science, etc. using data science, modeling, and a computer science oriented approach. Further specialization in computational genomics deals with proteomics, which deals with proteins, and other computational-based methods for different aspects of biology and chemistry.
This section will focus on the various data structures and algorithms that are used and created for this purpose from suffix arrays to sequence alignment.
RNA-Seq is a very common phrase used in Computational Genomics, as it is becoming the go-to standard for analysis of biological samples. RNA sequencing is a technique used to discover and profile RNA in terms of its presence, type, structure, and even quantity in a given biological sample.
Typically, publicly available data is used for Computational Genomics, and often the research made in this field is used by both doctors and corporations to make medical decisions regarding patients and technology.
## Books to read