Details
-
Type:
Epic
-
Status: In Progress (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Epic Name:Improve SVG File Export
Description
Let's investigate possibility to make improvements to SVG output format created by IGB.
At the GCC2014, I talked with Ravi Alla (ravi.alla@berkeley.edu) from UC Berkeley who has edited many SVG (vector graphics) images created using the IGB export image feature. See publications from Brad Cairns lab; everyone in the lab uses IGB to create and then edit genome snapshots.
He suggested some ways to improve the SVG images that IGB makes and showed me some examples.
Understanding how IGB snapshots translate into SVG can give us some insight into optimizations for Genoviz SDK drawing code.
Example use cases/tasks:
Make and SVG file in IGB and try to edit it as follows using Adobe Illustrator, the SVG graphics editor used by many scientists.
- try to remove a track; note the track has many rectangles and elements that have to be deleted. Often when making a figure, a scientist wants to remove elements that are not necessary.
- take note: sometimes tracks/rectangles extend beyond the edges of the image
- try to change colors of all the exons in gene model; note that when zoomed out and all the exons of a gene model look like one box, they are actually many individual boxes in the SVG image.
- try to edit text; it's not possible at least for the coordinate axis. sometimes journals specific the font in figures and users have to change it themselves. (Natural Structural Biology, PLoS)
- sometimes users need to edit or remove tic marks from the coordinates axis. this takes a lot of effort
Try making an SVG image from a large chromosomal region with several graphs loaded. Note that the SVG image can be very big and takes a long time to open in Illustrator.
Problem is: it's a fair bit of effort to edit the SVG image and get it to be publication quality.
Attachments
Activity
| Field | Original Value | New Value |
|---|---|---|
| Summary | open SVG file made by IGB and try to edit it, record issues | SVG file exported by IGB improvements |
| Issue Type | Task [ 3 ] | Improvement [ 4 ] |
| Assignee | Kyle Suttlemyre [ kyle ] | David Norris [ dcnorris ] |
| Description |
Team w/ Mason to investigate.
I talked with Ravi Alla from UC Berkeley at GCC2014 who has edited many SVG (vector graphics) images made with IGB export image feature. The images IGB makes could be improved. Also, understanding how they "come out" in SVG can give us some insight into optimizations for Genoviz SDK drawing code. Examples and problems: Make and SVG file in IGB and try to edit it as follows: - try to remove a track; note the track has many rectangles and elements that have to be deleted - find out: do some tracks/rectangles extend beyond the edges of the image - try to change colors of all the exons in gene model; note that when zoomed out and all the exons of a gene model look like one box, they are actually many individual boxes in the SVG image. - what happens to the coordinates track - is it bigger than the image? - try to edit text; it's not possible at least for the coordinate axis. sometimes journals specific the font in figures and users have to change it themselves. (Natural Structural Biology, PLoS) Try making an SVG image from a large chromosomal region with several graphs loaded. Note that the SVG image can be very big and takes a long time to open in Illustrator. Problem is: it's a fair bit of effort to edit the SVG image and get it to be publication quality. |
We'll need to discuss this and I'll need to show you a demo before proceeding.
At the GCC2014, I talked with Ravi Alla (ravi.alla@berkeley.edu) from UC Berkeley who has edited many SVG (vector graphics) images created using the IGB export image feature. See publications from Brad Cairns lab; everyone in the lab uses IGB to create and then edit genome snapshots. He suggested some ways to improve the SVG images that IGB makes and showed me some examples. Understanding how IGB snapshots translate into SVG can give us some insight into optimizations for Genoviz SDK drawing code. Example use cases/tasks: Make and SVG file in IGB and try to edit it as follows using Adobe Illustrator, the SVG graphics editor used by many scientists. - try to remove a track; note the track has many rectangles and elements that have to be deleted - take note: sometimes tracks/rectangles extend beyond the edges of the image - try to change colors of all the exons in gene model; note that when zoomed out and all the exons of a gene model look like one box, they are actually many individual boxes in the SVG image. - try to edit text; it's not possible at least for the coordinate axis. sometimes journals specific the font in figures and users have to change it themselves. (Natural Structural Biology, PLoS) Try making an SVG image from a large chromosomal region with several graphs loaded. Note that the SVG image can be very big and takes a long time to open in Illustrator. Problem is: it's a fair bit of effort to edit the SVG image and get it to be publication quality. |
| Description |
We'll need to discuss this and I'll need to show you a demo before proceeding.
At the GCC2014, I talked with Ravi Alla (ravi.alla@berkeley.edu) from UC Berkeley who has edited many SVG (vector graphics) images created using the IGB export image feature. See publications from Brad Cairns lab; everyone in the lab uses IGB to create and then edit genome snapshots. He suggested some ways to improve the SVG images that IGB makes and showed me some examples. Understanding how IGB snapshots translate into SVG can give us some insight into optimizations for Genoviz SDK drawing code. Example use cases/tasks: Make and SVG file in IGB and try to edit it as follows using Adobe Illustrator, the SVG graphics editor used by many scientists. - try to remove a track; note the track has many rectangles and elements that have to be deleted - take note: sometimes tracks/rectangles extend beyond the edges of the image - try to change colors of all the exons in gene model; note that when zoomed out and all the exons of a gene model look like one box, they are actually many individual boxes in the SVG image. - try to edit text; it's not possible at least for the coordinate axis. sometimes journals specific the font in figures and users have to change it themselves. (Natural Structural Biology, PLoS) Try making an SVG image from a large chromosomal region with several graphs loaded. Note that the SVG image can be very big and takes a long time to open in Illustrator. Problem is: it's a fair bit of effort to edit the SVG image and get it to be publication quality. |
We'll need to discuss this and I'll need to show you a demo before proceeding.
At the GCC2014, I talked with Ravi Alla (ravi.alla@berkeley.edu) from UC Berkeley who has edited many SVG (vector graphics) images created using the IGB export image feature. See publications from Brad Cairns lab; everyone in the lab uses IGB to create and then edit genome snapshots. He suggested some ways to improve the SVG images that IGB makes and showed me some examples. Understanding how IGB snapshots translate into SVG can give us some insight into optimizations for Genoviz SDK drawing code. Example use cases/tasks: Make and SVG file in IGB and try to edit it as follows using Adobe Illustrator, the SVG graphics editor used by many scientists. - try to remove a track; note the track has many rectangles and elements that have to be deleted. Often when making a figure, a scientist wants to remove elements that are not necessary. - take note: sometimes tracks/rectangles extend beyond the edges of the image - try to change colors of all the exons in gene model; note that when zoomed out and all the exons of a gene model look like one box, they are actually many individual boxes in the SVG image. - try to edit text; it's not possible at least for the coordinate axis. sometimes journals specific the font in figures and users have to change it themselves. (Natural Structural Biology, PLoS) - sometimes users need to edit or remove tic marks from the coordinates axis. this takes a lot of effort Try making an SVG image from a large chromosomal region with several graphs loaded. Note that the SVG image can be very big and takes a long time to open in Illustrator. Problem is: it's a fair bit of effort to edit the SVG image and get it to be publication quality. |
| Description |
We'll need to discuss this and I'll need to show you a demo before proceeding.
At the GCC2014, I talked with Ravi Alla (ravi.alla@berkeley.edu) from UC Berkeley who has edited many SVG (vector graphics) images created using the IGB export image feature. See publications from Brad Cairns lab; everyone in the lab uses IGB to create and then edit genome snapshots. He suggested some ways to improve the SVG images that IGB makes and showed me some examples. Understanding how IGB snapshots translate into SVG can give us some insight into optimizations for Genoviz SDK drawing code. Example use cases/tasks: Make and SVG file in IGB and try to edit it as follows using Adobe Illustrator, the SVG graphics editor used by many scientists. - try to remove a track; note the track has many rectangles and elements that have to be deleted. Often when making a figure, a scientist wants to remove elements that are not necessary. - take note: sometimes tracks/rectangles extend beyond the edges of the image - try to change colors of all the exons in gene model; note that when zoomed out and all the exons of a gene model look like one box, they are actually many individual boxes in the SVG image. - try to edit text; it's not possible at least for the coordinate axis. sometimes journals specific the font in figures and users have to change it themselves. (Natural Structural Biology, PLoS) - sometimes users need to edit or remove tic marks from the coordinates axis. this takes a lot of effort Try making an SVG image from a large chromosomal region with several graphs loaded. Note that the SVG image can be very big and takes a long time to open in Illustrator. Problem is: it's a fair bit of effort to edit the SVG image and get it to be publication quality. |
At the GCC2014, I talked with Ravi Alla (ravi.alla@berkeley.edu) from UC Berkeley who has edited many SVG (vector graphics) images created using the IGB export image feature. See publications from Brad Cairns lab; everyone in the lab uses IGB to create and then edit genome snapshots.
He suggested some ways to improve the SVG images that IGB makes and showed me some examples. Understanding how IGB snapshots translate into SVG can give us some insight into optimizations for Genoviz SDK drawing code. Example use cases/tasks: Make and SVG file in IGB and try to edit it as follows using Adobe Illustrator, the SVG graphics editor used by many scientists. - try to remove a track; note the track has many rectangles and elements that have to be deleted. Often when making a figure, a scientist wants to remove elements that are not necessary. - take note: sometimes tracks/rectangles extend beyond the edges of the image - try to change colors of all the exons in gene model; note that when zoomed out and all the exons of a gene model look like one box, they are actually many individual boxes in the SVG image. - try to edit text; it's not possible at least for the coordinate axis. sometimes journals specific the font in figures and users have to change it themselves. (Natural Structural Biology, PLoS) - sometimes users need to edit or remove tic marks from the coordinates axis. this takes a lot of effort Try making an SVG image from a large chromosomal region with several graphs loaded. Note that the SVG image can be very big and takes a long time to open in Illustrator. Problem is: it's a fair bit of effort to edit the SVG image and get it to be publication quality. |
| Issue Type | Improvement [ 4 ] | Under discussion [ 6 ] |
| Description |
At the GCC2014, I talked with Ravi Alla (ravi.alla@berkeley.edu) from UC Berkeley who has edited many SVG (vector graphics) images created using the IGB export image feature. See publications from Brad Cairns lab; everyone in the lab uses IGB to create and then edit genome snapshots.
He suggested some ways to improve the SVG images that IGB makes and showed me some examples. Understanding how IGB snapshots translate into SVG can give us some insight into optimizations for Genoviz SDK drawing code. Example use cases/tasks: Make and SVG file in IGB and try to edit it as follows using Adobe Illustrator, the SVG graphics editor used by many scientists. - try to remove a track; note the track has many rectangles and elements that have to be deleted. Often when making a figure, a scientist wants to remove elements that are not necessary. - take note: sometimes tracks/rectangles extend beyond the edges of the image - try to change colors of all the exons in gene model; note that when zoomed out and all the exons of a gene model look like one box, they are actually many individual boxes in the SVG image. - try to edit text; it's not possible at least for the coordinate axis. sometimes journals specific the font in figures and users have to change it themselves. (Natural Structural Biology, PLoS) - sometimes users need to edit or remove tic marks from the coordinates axis. this takes a lot of effort Try making an SVG image from a large chromosomal region with several graphs loaded. Note that the SVG image can be very big and takes a long time to open in Illustrator. Problem is: it's a fair bit of effort to edit the SVG image and get it to be publication quality. |
Let's investigate possibility to make improvements to SVG output format created by IGB.
At the GCC2014, I talked with Ravi Alla (ravi.alla@berkeley.edu) from UC Berkeley who has edited many SVG (vector graphics) images created using the IGB export image feature. See publications from Brad Cairns lab; everyone in the lab uses IGB to create and then edit genome snapshots. He suggested some ways to improve the SVG images that IGB makes and showed me some examples. Understanding how IGB snapshots translate into SVG can give us some insight into optimizations for Genoviz SDK drawing code. Example use cases/tasks: Make and SVG file in IGB and try to edit it as follows using Adobe Illustrator, the SVG graphics editor used by many scientists. - try to remove a track; note the track has many rectangles and elements that have to be deleted. Often when making a figure, a scientist wants to remove elements that are not necessary. - take note: sometimes tracks/rectangles extend beyond the edges of the image - try to change colors of all the exons in gene model; note that when zoomed out and all the exons of a gene model look like one box, they are actually many individual boxes in the SVG image. - try to edit text; it's not possible at least for the coordinate axis. sometimes journals specific the font in figures and users have to change it themselves. (Natural Structural Biology, PLoS) - sometimes users need to edit or remove tic marks from the coordinates axis. this takes a lot of effort Try making an SVG image from a large chromosomal region with several graphs loaded. Note that the SVG image can be very big and takes a long time to open in Illustrator. Problem is: it's a fair bit of effort to edit the SVG image and get it to be publication quality. |
| Summary | SVG file exported by IGB improvements | Investigate and create new stories for SVG file export improvements |
| Story Points | 1 |
| Workflow | classic default workflow [ 14523 ] | Loraine Lab Workflow [ 14637 ] |
| Epic Link | IGBF-440 [ 15498 ] |
| Rank | Ranked lower |
| Rank | Ranked higher |
| Issue Type | Under discussion [ 6 ] | Epic [ 10000 ] |
| Story Points | 1 | |
| Assignee | David Norris [ dcnorris ] |
| Epic Link | IGBF-501 [ 15563 ] |
| Epic Name | Improve SVG File Export |
| Epic Child |
|
| Epic Child |
|
| Epic Child | DB-84 [ 15697 ] |
| Epic Child | DB-24 [ 16029 ] |
| Epic Child | DB-86 [ 15414 ] |
| Epic Child | IGBD-437 [ 14256 ] |
| Epic Child |
|
| Epic Child |
|