Skip to content

Commit 2f4ded4

Browse files
added rna paper
1 parent 4e74f24 commit 2f4ded4

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

_bibliography/papers.bib

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
44
@string{aps = {American Physical Society,}}
55
6+
7+
@article{nakajima2023counting,
8+
title={Counting Distinguishable RNA Secondary Structures},
9+
author={Nakajima, Masaru and Smith, Andrew D},
10+
journal={Journal of Computational Biology},
11+
year={2023},
12+
publisher={Mary Ann Liebert, Inc., publishers 140 Huguenot Street, 3rd Floor New~…},
13+
pdf={nakajima-smith-2023-counting-distinguishable-rna-secondary-structures.pdf},
14+
abstract={RNA secondary structures are essential abstractions for understanding
15+
spacial folding behaviors of those macromolecules. Many secondary structure
16+
algorithms involve a common dynamic programming setup to exploit the property
17+
that secondary structures can be decomposed into substructures. Dirks et al.
18+
noted that this setup cannot directly address an issue of distinguishability
19+
among secondary structures, which arises for classes of sequences that admit
20+
nontrivial symmetry. Circular sequences are among these. We examine the problem
21+
of counting distinguishable secondary structures. Drawing from elementary results
22+
in group theory, we identify useful subsets of secondary structures.
23+
We then extend an algorithm due to Hofacker et al. for computing the sizes of
24+
these subsets. This yields a cubic-time algorithm to count distinguishable
25+
structures compatible with a given circular sequence. Furthermore, this general
26+
approach may be used to solve similar problems for which the RNA structures of
27+
interest involve symmetries.}
28+
}
29+
30+
31+
632
@article{nakajima2022development,
733
title={Development of an interactive code for quick data analyses between STOR-M tokamak experimental plasma discharges},
834
author={Nakajima, Masaru and Basu, Debjyoti and Melnikov, Alexander V and McColl, David and Xiao, Chijin},

_projects/dnmtools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ My first task was to improve the efficienty of `dnmtools format`.
2727
I wrote the details in my [blog](../../blog/2023/revcomp-byte).
2828
The outcome was about 30 % reduction in computation time, which can be
2929
a lot when you are working with large files.
30+

0 commit comments

Comments
 (0)