![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problems with display in IGV | keo | General | 4 | 02-02-2012 07:27 AM |
missing reads in IGV display | cswarth | Bioinformatics | 2 | 06-28-2011 09:30 AM |
IGV: display six-frame (amino-acid) translation of reference genome? | d f | Bioinformatics | 2 | 03-07-2011 03:57 PM |
IGV display of coverage | john_mu | Bioinformatics | 2 | 06-05-2010 11:40 PM |
Viewing GFF2/GFF3 files on IGV | pratibhamani | SOLiD | 1 | 02-04-2010 08:54 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Las Cruces, NM Join Date: Sep 2009
Posts: 10
|
![]()
Dear colleagues,
I am trying to display the variants annotations along with predictions of exonic aberrant isoforms in IGV and can't make it to display color. Moreover, only gene field in the GFF3 last description column is actually used for display, which I would like to replace with the field like note=... Is there way to make it better (I though using track description may help but so far it didn't)? Code:
##gff-version 3 #track name="Aberrant splicing" color=FF0000 gffTags=on chr10 varclass splicingVariants 100018766 100018821 . - . Var=0.1->0.07;gene=Overlapping exon change (0.1->0.07);ref=novel;InRegion;color=FF0000 chr10 varclass splicingVariants 100018844 100018844 . + . Var=G->A;gene=G->A;ref=novel;InRegion;color=FF0000 chr10 varclass splicingVariants 100018766 100018832 . - . Var=0.07;gene=Exon compromising is created (0.07);ref=novel;InRegion;color=FF0000 |
![]() |
![]() |
![]() |
#2 |
Member
Location: Boston, MA Join Date: May 2009
Posts: 75
|
![]()
Hi,
First IGV has a help forum where you are more likely to get a timely response, the URL is https://groups.google.com/forum/?hl=...forum/igv-help A couple of points (1) you don't need the "gffTags" in your track line, that is for using gff tags in bed files (2) your color strings need a if you use a hex number, for example #FF0000. I'm not sure what you mean by "used for display", its used to label the feature but if you mouse over it you will see all the attributes. I assume you are using IGV 2.0 or 2.1. -- Jim |
![]() |
![]() |
![]() |
#3 |
Member
Location: Las Cruces, NM Join Date: Sep 2009
Posts: 10
|
![]()
Thanks for the good hint regarding use of # before color code, it works! The working link to IGV group discussion is http://groups.google.com/group/igv-help/.
At the GFF3 display page for IGV browser http://www.broadinstitute.org/igv/GFF we have the following recommended format Code:
##gff-version 3 chr1 varclass variants_454HCDiffs 59133 59133 33 . . Var=A->G;AA=S->S;depth=9;frame=+1;gene=OR4F5;ref=novel;InRegion;color=0000EE chr1 varclass variants_454HCDiffs 59374 59374 67 . . Var=A->G;AA=T->A;depth=30;frame=+1;gene=OR4F5;ref=rs2691305;InRegion;color=EE0000 chr1 varclass variants_454HCDiffs 731442 731442 100 . . Var=T->C;AA=->;depth=3;frame=;gene=;ref=rs3115865,rs61770168;OutOfRegion;color=AAAAAA Last edited by Alexander Tchourbanov; 02-15-2012 at 04:14 AM. |
![]() |
![]() |
![]() |
Thread Tools | |
|
|