Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jerryctnbio
/
TmPy
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
TmPy
/
nnSS.csv
Copy path
Blame
More file actions
Blame
More file actions
We can make this file
beautiful and searchable
if this error is corrected: It looks like row 3 should actually have 6 columns, instead of 7 in line 2.
Latest commit
History
History
History
48 lines (48 loc) · 1.46 KB
master
Breadcrumbs
TmPy
/
nnSS.csv
Copy path
Top
File metadata and controls
Preview
Code
Blame
48 lines (48 loc) · 1.46 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# all lines starting with # or blank ones are ignored ,,,,,
# the nearest neighbor parameters are taken out of J. SantaLucia's original publications,,,,,
# only the W-C, single internal mismatch and dangling ends are valid here ,,,,,
# thus the name 'S',,,,,
#,,,,,
# each table of nearest neighbor parameters contains a 6X6 grid,,,,,
# without any interrupting comments,,,,,
# the D in the nearest neighbor denotes position opposite to the dangling end,,,,,
#,,,,,
# each grid is for a different closing W-C pair, i.e., AT, TA, CG and GC ,,,,,
# the parameter grid is tab delimited or comma delimited,,,,,
#,,,,,
# The nearest neighbors in the first column are 5'->3' ,,,,,
# The nearest neighbors in the corresponding columns are 3'->5' ,,,,,
#,,,,,
# this table is for the entropy,,,,,
#,,,,,
#A/T,,,,,
/,TA,TC,TG,TT,TD
AA,1.7,4.6,-2.3,-22.2,-1.1
AC,14.6,-4.4,-22.4,0.2,14.2
AG,-2.3,-21.0,-9.5,0.9,-13.1
AT,-20.4,-6.2,-8.3,-10.8,-12.6
AD,-7.6,-13.0,-15.0,-0.5,
#,,,,,
#T/A,,,,,
/,AA,AC,AG,AT,AD
TA,12.9,8.0,0.7,-21.3,-0.8
TC,20.2,16.4,-22.2,0.7,14.9
TG,7.4,-22.7,3.6,-1.7,-3.6
TT,-22.2,0.7,-5.3,-1.5,10.4
TD,2.3,3.3,-1.6,-20.0,
#,,,,,
#C/G,,,,,
/,GA,GC,GG,GT,GD
CA,-4.2,3.7,-2.3,-22.7,-16.5
CC,-0.6,-7.2,-19.9,-4.5,-7.4
CG,-13.2,-27.2,-15.3,-11.7,-10.4
CT,-21.0,-6.1,-8.0,-15.8,-15.0
CD,-10.0,-11.9,-10.9,-13.8,
#,,,,,
#G/C,,,,,
/,CA,CC,CG,CT,CD
GA,-9.8,14.2,-1.0,-22.2,-3.9
GC,-3.8,8.9,-24.4,5.4,-0.1
GG,3.2,-19.9,-15.8,10.4,-11.2
GT,-22.4,13.5,-12.3,-8.4,-13.1
GD,-17.1,-12.6,-14.0,-10.9,
You can’t perform that action at this time.