A large list of chromossome
1
0
Entering edit mode
5.2 years ago

Hi.

I split Felis catus genome by chromossomo.

felis_catus_chrom <-split(felis_catus_Anotations, felis_catus_Anotations$CHROM)

Now, I have a large list with 132 elements (each one a chromossome) and I would like make a dotplot grafic from InDels. How can I do that? (sorry, I'm dummie in bioinformatics)

chromossome dataframe list R • 1.1k views
ADD COMMENT
0
Entering edit mode

Please give us a look of the inside of felis_catus_chrom variable

ADD REPLY
0
Entering edit mode

Sorry, I forgotten to say.

My data frame is a .vcf file and i would like to do a plot the columm 2 (Position) and columm 9 (InDels).

ADD REPLY
0
Entering edit mode

I can suggest you to take a look at karyoploteR. I use it a lot to display information on chromosomes. There is a Plot SNP array raw data tutorial that produces a result really close to what you want.

ADD REPLY
0
Entering edit mode

i will look. Thanks very much!!!!

ADD REPLY
0
Entering edit mode
5.2 years ago
JC 13k

For your code I believe you're using R for this, you can use the dotPlot function of the seqinr package https://www.rdocumentation.org/packages/seqinr/versions/3.4-5/topics/dotPlot

Alternatively, you can use the dot plot programs in EMBOSS http://emboss.sourceforge.net/apps/cvs/emboss/apps/alignment_dot_plots_group.html

ADD COMMENT

Login before adding your answer.

Traffic: 2067 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