Skip to content

CCB-SB/plsdbapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API for the plasmid database PLSDB

PLSDB is a resource of plasmid records that are collected from the NCBI database and subsequently processed to remove incomplete, inconsistent or chromosomal entries, and to add annotations. This package allows to connect to the PLSDB webserver and download plasmid data. Hence, a stable internet connection is required. To find out more about PLSDB please visit our web server.

All PLSDB tools are provided and hosted by the Chair for Clinical Bioinformatics at Saarland University.

Data accessible with plsdbapi

  • general data about one or more plasmids using the NCBI accession id: query_plasmid_id
  • search nucleotide sequences in PLSDB with mash screen, mash dist, blastn and tblastn: query_plasmid_sequence
  • filter PLSDB according to e.g. name, location or length and download the found plasmids: query_plasmid_filter
  • fasta sequences can be downloaded with query_plasmid_id and query_plasmid_filter as well as with download_fasta

To see some examples on how to use plsdbapi in python and R read the quickstart guides.

 

Installation

Python package

git clone git@github.com:CCB-SB/plsdbapi.git
cd plsdbapi
pip install .

 

Conda Conda

conda install -c ccb-sb plsdbapi

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages