Entering edit mode
5.8 years ago
1996luanabianca
•
0
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)
Please give us a look of the inside of
felis_catus_chrom
variableSorry, 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).
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.i will look. Thanks very much!!!!