Skip to content

duopeng/JuncSeq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JuncSeq

Extract splice junction sequences (from Ensembl format genomes)

image

Make Weblogo plots

image image

image image

Usage

Clone the repository

git clone https://github.com/duopeng/JuncSeq

Go the repository directory

cd JuncSeq

Create conda environment and activate it

conda create -y -n JuncSeq python=3.10
conda activate JuncSeq

Install required packages

pip install -r requirements.txt

Run tests to verify installation

python run_tests.py

You should see the following output:

image

Use the following notebook to extract splice junction sequences and make Weblogo plots

JuncSeq.ipynb

Please make sure the "GenomeBuild" and "species" match, see the mouse example below:

image

About

Extract splice junction sequences and make base-frequency plots

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors