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.
- general data about one or more plasmids using the NCBI accession id:
summary
- 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:
filter_nuccore
,filter_biosample
,filter_taxonomy
- fasta sequences can be downloaded with
summary
andfilter_X
as well as withdownload_fasta
To see some examples on how to use plsdbapi in python and R read the quickstart guides.
git clone git@github.com:CCB-SB/plsdbapi.git
cd plsdbapi
pip install .
conda install -c ccb-sb plsdbapi