SkillAgentSearch skills...

JuncSeq

Extract splice junction sequences and make base-frequency plots

Install / Use

/learn @duopeng/JuncSeq
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated2y ago
Forks0

Languages

Python

Security Score

75/100

Audited on Mar 8, 2024

No findings