Annotate plasmids with custom database + visualization
1
0
Entering edit mode
4.7 years ago

Hi everyone,

I have assembled 3 plasmids containing blaNDM-7 carbapenemase using Flye with --plasmids flag and Oxford Nanopore reads. Prokka annotation did not work well for the plasmids, so I decided to Blast one of the sequences.

I have retrieved some genes from the best match and created a little database in ".fasta" format.

So, I have my plasmids in ".fasta" files and the genes in another ".fasta" file. How could I annotate my plasmids using this little database I have created? And how could I visualize the comparison of the 3 plasmids once the annotation is performed?

Thank you so much,

Quim

gene plasmid annotation visualization nanopore • 2.0k views
ADD COMMENT
0
Entering edit mode

created a little database in ".fasta" format.

Fasta format is purely for sequence. What kind of database are you referring to?

ADD REPLY
0
Entering edit mode

I am just taking the name and the sequence of the desired genes and putting them on a file, and I was just wondering If it could be possible to use this "database" I have created to annotate my plasmids.

ADD REPLY
0
Entering edit mode

Ah I see. You have created a "reference" a multi-fasta sequence file of genes you are interested in. You could now create a blast database (makeblastdb) from this file and then blast your plasmids against this database to locate where these genes are in your plasmids (this process can also be done in reverse, if you wish).

You could also do mauve alignments of your plasmids (assuming they are related) to see how they relate to each other.

ADD REPLY
1
Entering edit mode
4.7 years ago
Mensur Dlakic ★ 27k

PlasMapper has most of the features you want. It will find features automatically (genes, promoters, terminators) or you can specify coordinates.

I like GENtle as well, but it takes a while to learn. It has many more features than just visualization, including virtual PCR and cloning (both restriction digestion and ligation). It has a local SQL database so you can keep record of your constructs. To give you a feel for its visualization features, below is an example image of one of my plasmid constructs.

enter image description here

ADD COMMENT

Login before adding your answer.

Traffic: 1832 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6