
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
A Genomic Language Model for Chimera Artifact Detection in Nanopore Direct RNA Sequencing
𧬠DeepChopper leverages language model to accurately detect and chop artificial sequences which may cause chimeric reads, ensuring higher quality and more reliable sequencing results. By integrating seamlessly with existing workflows, DeepChopper provides a robust solution for researchers and bioinformatics working with NanoPore direct-RNA sequencing data.
Experience DeepChopper instantly through our user-friendly web interface. No installation required! Simply click the button below to launch the web application and start exploring DeepChopper's capabilities:
What you can do online:
Perfect for quick tests or demonstrations! However, for extensive analyses or custom workflows, we recommend installing DeepChopper locally.
ā ļø Note: The online version is limited to one FASTQ record at a time and may not be suitable for large-scale projects.
DeepChopper can be installed using pip, the Python package installer. Follow these steps to install:
Ensure you have Python 3.10 or later installed on your system.
Create a virtual environment (recommended):
python -m venv deepchopper_env
source deepchopper_env/bin/activate # On Windows use `deepchopper_env\Scripts\activate`
Install DeepChopper:
pip install deepchopper
Verify the installation:
deepchopper --help
DeepChopper is designed to work across various platforms and Python versions. Below are the compatibility matrices for PyPI installations:
Python Version | Linux x86_64 | macOS Intel | macOS Apple Silicon | Windows x86_64 |
---|---|---|---|---|
3.10 | ā | ā | ā | ā |
3.11 | ā | ā | ā | ā |
3.12 | ā | ā | ā | ā |
š Trouble installing? Check our Troubleshooting Guide or open an issue.
For a comprehensive guide, check out our full tutorial. Here's a quick overview:
DeepChopper offers three main commands: encode
, predict
, and chop
.
Encode your input data:
deepchopper encode <input.fq>
Predict chimera artifacts:
deepchopper predict <input.parquet> --output predictions
Using GPUs? Add the --gpus
flag:
deepchopper predict <input.parquet> --output predictions --gpus 2
Chop chimera artifacts:
deepchopper chop <predictions> raw.fq
Want a GUI? Launch the web interface (note: limited to one FASTQ record at a time):
deepchopper web
Integrate DeepChopper into your Python scripts:
import deepchopper
model = deepchopper.DeepChopper.from_pretrained("yangliz5/deepchopper")
# Your analysis code here
If DeepChopper aids your research, please cite our paper:
@article {Li2024.10.23.619929,
author = {Li, Yangyang and Wang, Ting-You and Guo, Qingxiang and Ren, Yanan and Lu, Xiaotong and Cao, Qi and Yang, Rendong},
title = {A Genomic Language Model for Chimera Artifact Detection in Nanopore Direct RNA Sequencing},
elocation-id = {2024.10.23.619929},
year = {2024},
doi = {10.1101/2024.10.23.619929},
publisher = {Cold Spring Harbor Laboratory},
abstract = {Chimera artifacts in nanopore direct RNA sequencing (dRNA-seq) data can confound transcriptome analyses, yet no existing tools are capable of detecting and removing them due to limitations in basecalling models. We present DeepChopper, a genomic language model that accurately identifies and eliminates adapter sequences within base-called dRNA-seq reads, effectively removing chimeric read artifacts. DeepChopper significantly improves critical downstream analyses, including transcript annotation and gene fusion detection, enhancing the reliability and utility of nanopore dRNA-seq for transcriptomics research.Competing Interest StatementThe authors have declared no competing interest.},
URL = {https://www.biorxiv.org/content/early/2024/10/25/2024.10.23.619929},
eprint = {https://www.biorxiv.org/content/early/2024/10/25/2024.10.23.619929.full.pdf},
journal = {bioRxiv}
}
We welcome contributions! Here's how to set up your development environment:
git clone https://github.com/ylab-hi/DeepChopper.git
cd DeepChopper
conda env create -n environment.yaml
conda activate deepchopper
pip install pipx
pipx install --suffix @master git+https://github.com/python-poetry/poetry.git@master
poetry@master install
š Ready to contribute? Check out our Contribution Guidelines to get started!
Need help? Have questions?
DeepChopper is developed with ā¤ļø by the YLab team. Happy sequencing! š§¬š¬
FAQs
A Genomic Language Model for Chimera Artifact Detection in Nanopore Direct RNA Sequencing
We found that deepchopper demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Ā It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.