git @ Cat's Eye Technologies The-Glosscubator / 705589f
Add a Complexity Theory book, move a Bioinformatics book. Chris Pressey 1 year, 1 month ago
5 changed file(s) with 40 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
88
99 - - - -
1010
11 [Algorithms in Bioinformatics: A Practical Introduction](https://www.comp.nus.edu.sg/~ksung/algo_in_bioinfo/)
12
1311 [Pangenome Graph Construction from Genome Alignment with Minigraph-Cactus \| bioRxiv](https://www.biorxiv.org/content/10.1101/2022.10.06.511217v1)
1412
1513 [Pangenome-based genome inference \| bioRxiv](https://www.biorxiv.org/content/10.1101/2020.11.11.378133v1)
1715 [Most commonly mutated gene in all cancers revealed: Finding shows some of the mutations most targeted by medicine are not as common as previously thought \-- ScienceDaily](https://www.sciencedaily.com/releases/2021/10/211013094133.htm)
1816
1917 [Steering Evolution with Sequential Therapy to Prevent the Emergence of Bacterial Antibiotic Resistance \| PLOS Computational Biology](https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1004493)
18
19 ### Books
20
21 Algorithms in Bioinformatics: A Practical Introduction (online @ [www.comp.nus.edu.sg](https://www.comp.nus.edu.sg/~ksung/algo_in_bioinfo/))
0 Bioinformatics Books
1 ====================
2
3 <!--
4 SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
5
6 SPDX-License-Identifier: CC0-1.0
7 -->
8
9 ### Algorithms in Bioinformatics: A Practical Introduction
10
11 * authors: Wing-Kin Sung
12 * date: 2009
13 * online @ [www.comp.nus.edu.sg](https://www.comp.nus.edu.sg/~ksung/algo_in_bioinfo/)
14
15 .
55
66 SPDX-License-Identifier: CC0-1.0
77 -->
8
9 ### Algorithms in Bioinformatics: A Practical Introduction
10
11 * url: https://www.comp.nus.edu.sg/~ksung/algo_in_bioinfo/
12
13 .
148
159 ### Pangenome Graph Construction from Genome Alignment with Minigraph-Cactus \| bioRxiv
1610
5151 [computability theory - Is the collection of primitive recursive functions a lower set in the poset of computable functions? - MathOverflow](https://mathoverflow.net/questions/364494/is-the-collection-of-primitive-recursive-functions-a-lower-set-in-the-poset-of-c)
5252
5353 [computability theory - Inverse Ackermann - primitive recursive or not? - MathOverflow](https://mathoverflow.net/questions/76037/inverse-ackermann-primitive-recursive-or-not)
54
55 ### Books
56
57 Computers and Tractability (borrow @ [archive.org](https://archive.org/details/computersintract0000gare))
0 Complexity Theory Books
1 =======================
2
3 <!--
4 SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
5
6 SPDX-License-Identifier: CC0-1.0
7 -->
8
9 ### Computers and Tractability
10
11 * authors: Michael R Garey, David S Johnson
12 * date: 1979
13 * borrow @ [archive.org](https://archive.org/details/computersintract0000gare)
14
15 The classic work presenting a compilation of many NP-complete problems.