Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

3BioCompBio/vIPer

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here there is the new python code relative to the paper "Estimating the vertical ionization potential of single-stranded DNA molecules" (M.Rooman and F. Pucci, submitted).

Use the CLI

Installation

git clone https://git@github.com/Benoitdw/vIPer.git
cd vIPer
pip install -r requirements.txt

Usage

python cli.py ATCG # Single strand as default
# The vIP value (single strand) is 7.3156
python cli.py ATCG -D # Double strand
# The vIP value (double strand) is 7.2875

Use as a library

Installation

pip install "git+ssh://git@github.com/3BioCompBio/vIPer.git"

OR

pip install "git+https://git@github.com/3BioCompBio/vIPer.git"

Usage

from viper import Viper

# All these call will return 7.5826 as is it single strand
Viper().compute_score("GAC")
Viper().compute_score("GAC", double_strand=False)
Viper().compute_single_strand_score("GAC")


# All these call will return 7.5826 as is it double strand
Viper().compute_score("GAC")
Viper().compute_score("GAC", double_strand=True)
Viper().compute_double_strand_score("GAC")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.