Coder Social home page Coder Social logo

Comments (7)

Zulko avatar Zulko commented on June 16, 2024

I haven't tested it but you could try with SeqIO.parse(), like this:

from Bio import SeqIO
from dna_features_viewer import BiopythonTranslator
translator = BiopythonTranslator()
graphic_records = [
    translator.translate_record(record)
    for record in SeqIO.parse('my_multiple_records.gb', 'genbank')
]

Then to plot them, as usual:

for i, graphic_record in enumerate(graphic_records):
    ax, _ = graphic_record.plot()
    ax.figure.savefig('record_%03d.png' % i)

from dnafeaturesviewer.

sarah872 avatar sarah872 commented on June 16, 2024

If I execute this using my file, I get many files that have the right axis length, but there is one gene over the whole contig that is called source
that's an excerpt of my file:

LOCUS       contig         4395 bp    DNA     linear   UNK 
DEFINITION  name
ACCESSION   contig
KEYWORDS    .
SOURCE      organism
  ORGANISM  organism
            Bacteria.
FEATURES             Location/Qualifiers
     source          1..4395
                     /mol_type="genomic DNA"
                     /db_xref="taxon:"
                     /genome_md5="something"
                     /project="something"
                     /genome_id="something"
                     /organism="something"
     CDS             complement(36..689)
                     /db_xref="SEED:fig|6666666.256796.peg.1026"
                     /translation="MMMMMMMMMMMMMMGSGKYQSDIVR"
                     /product="hypothetical protein"
                     /transl_table=11
BASE COUNT      903 a   1307 c   1323 g    862 t
ORIGIN      
        1 taaaaatctc gggattttga atcattaaga attaactacc ttactatatc actctgatat
       61 ttaccactac cccggatcgc tgccgggtta cccgccgagg tggagtcatg cagactcttg
      121 cgcaccacca gggtgccgtc cgcgtcggta aagacgttct cggtggcggc catccccgcc
      181 atctccttga tggggttgag gcgatagggg agatagcgca ggaagatccg ttcggcataa

from dnafeaturesviewer.

Zulko avatar Zulko commented on June 16, 2024

I am not sure I understand. Can you please explain from the beginning what you are trying to achieve ?

from dnafeaturesviewer.

sarah872 avatar sarah872 commented on June 16, 2024

I want to plot all the protein coding genes that are in one contig, so as an output I have as many plots as contigs, each plot with the respective genes.

from dnafeaturesviewer.

Zulko avatar Zulko commented on June 16, 2024

Still not clear sorry - I take it that what you are trying to do would be obvious for people from the same field, but in my case I cant connect the dots in your different messages. Try explaining like I am 5 πŸ˜›

from dnafeaturesviewer.

sarah872 avatar sarah872 commented on June 16, 2024

ahahah ok πŸ‘
I am working a lot with metagenomic data, so I have incomplete draft genome, that means many scaffolds/contigs that represent one genome, but are not connected to a full chromosome. Therefore I try to visualize all contigs individually, each with its CDS.
Thanks for your help!

from dnafeaturesviewer.

sarah872 avatar sarah872 commented on June 16, 2024

any news on that?

from dnafeaturesviewer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.