Privatre:bioinfomatics: Difference between revisions

From HPCWIKI
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Bioinfomatics ==
A combined technologies with biology, computer science, mathmatics and statistics. <ref>https://www.youtube.com/watch?v=ky1-mF0fHnQ</ref>
Bioinfomatics workflow steps
# quality control assessmemt steps
# sequence alignment
# data summarization into genes/regions
# data annotation to genomics features
# statistical comparisons
# mutltiomic ingetration
== We can use BIOConda <ref>https://bioconda.github.io/index.html</ref> ==
== We can use BIOConda <ref>https://bioconda.github.io/index.html</ref> ==
Bioconda only supports python 2.7, 3.6, 3.7, 3.8 and 3.9  -> DLS38 can be used  
Bioconda only supports python 2.7, 3.6, 3.7, 3.8 and 3.9  -> DLS38 can be used  

Revision as of 16:12, 21 November 2023

Bioinfomatics

A combined technologies with biology, computer science, mathmatics and statistics. [1]

Bioinfomatics workflow steps

  1. quality control assessmemt steps
  2. sequence alignment
  3. data summarization into genes/regions
  4. data annotation to genomics features
  5. statistical comparisons
  6. mutltiomic ingetration

We can use BIOConda [2]

Bioconda only supports python 2.7, 3.6, 3.7, 3.8 and 3.9 -> DLS38 can be used

Source compile Method

Libraries Description References
Samtools SAM (Sequence Alignment/Map) format is a generic format for storing large nucleotide sequence alignments
Breakdancer BreakDancer uses CMake which is a cross-platform build tool. Basically it will generate a Makefile so you can use make. The requirements are the zlib, development library, gcc, gmake, cmake 2.8+. Beginning with version 1.4.4, BreakDancer includes samtools as part of the build process

# --recursive option is important so that it gets the submodules too $ git clone --recursive https://github.com/genome/breakdancer.git

BWA BWA is a software package for mapping low-divergent sequences against a large reference genome, such as the human genome. It consists of three algorithms: BWA-backtrack, BWA-SW and BWA-MEM.

References