Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to display Transposon insertions in DNAplotter ! #318

Open
MSA89 opened this issue Jan 22, 2021 · 1 comment
Open

How to display Transposon insertions in DNAplotter ! #318

MSA89 opened this issue Jan 22, 2021 · 1 comment

Comments

@MSA89
Copy link

MSA89 commented Jan 22, 2021

Hi all,

I'm new to this subject, and I guess I have a very basic question.

I have my transposon mutant library, and I want to visualize the mapped transposon insertions to the reference genome via DNAplotter (Artemis).

I need the circular plot to be like the attached picture from the literature (where the red lines represent the transposon insertions).
literature

In my case, I can only visualize the reference genome in DNAplotter because it is in EMBL format, but I could not import the transposon insertions to the polt.

my_plot

The reason may be that non of the output files from BioTradis pipeline are in EMBL, GFF or GENBANK format (the mapped output files of transposon insertions are in BAM and fq.gz). Therefore, could anyone help or suggest how can I visualize the transposon insertions to the reference genome in DNAplotter.

Thanks in advance,

@mpapange
Copy link

mpapange commented Oct 30, 2023

I did the following:
To use dna plotter with the plots.gz:

  1. Unzip the plot

gunzip *.insert_site_plot.gz

  1. Split the file into 2 files with one column each (DNA plotter can only read files with 1 column)

awk '{ print $1 > "file1"; print $2 > "file2"}' *.insert_site_plot

  1. Go to artemis> File> Open in DNAplotter> Graphs> UserGraph> Add the two files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants