-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnews-browser.pug
108 lines (106 loc) · 5.92 KB
/
news-browser.pug
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
extends header
block content
body
.wrapper
<!-- ******HEADER****** -->
header.header
.header-main.container
h1.logo.col-md-4.col-sm-4
a(href='https://sunflowergenome.org')
img#logo(src='/images/logo.png', width='300px', height='75px', alt='Logo')
.info.col-md-8.col-sm-8
ul.menu-top.navbar-right.hidden-xs
li.divider
a(href='https://sunflowergenome.org') Home
li.divider
a(href='/faq') FAQ
li
a(href='/contact') Contact
br
include nav-news
<!-- ******CONTENT****** -->
.content.container
.page-wrapper
header.page-heading.clearfix
h1.heading-title.pull-left News
.breadcrumbs.pull-right
ul.breadcrumbs-list
li.breadcrumbs-label You are here:
li
a(href='https://sunflowergenome.org') Home
i.fa.fa-angle-right
li.current News
<!-- breadcrumbs -->
.page-content
.row.page-row
.news-wrapper.col-md-8.col-sm-7
article.news-item
p.meta.text-muted
| By:
a(href='http://rieseberglab.botany.ubc.ca/postdoctoral-fellows/evan-staton/') SES
| | Posted on: 26 Jul 2017
p.featured-image
img.img-responsive(alt='', src='/images/news/browser-variants.jpg')
p.box
| Shown above is a screen capture from the
|
a(href='https://sunflowergenome.org/jbrowse_current/?data=extdata%2Fbronze&loc=Ha1%3A116901..164500&tracks=Genes%2CTranscript%2CVariants%2CSeed&highlight=') genome browser
| displaying variants in the association mapping population and gene expression of a gene involved in lipid storage in seeds.
p
| I've added quite a few features to the genome browser in the past few months so I wanted to briefly go through some of these changes. First, there are some cosmetic changes that I think add to the user experience. We were previously displaying genes as a 'span' which did not show any features, as shown below.
|
img.img-responsive(align='center', alt='', src='/images/news/annotation-spanfeats-2.jpg')
p
| The way genes are currently being displayed is with HTML Canvas Features in JBrowse, which highlights all of the gene features. The annotations are the same, but the way the genes are displayed in the top image adds more context and is visually nicer.
p
| Second, the annotation cross-references (e.g., Pfam, InterPro, GO) for the transcripts and genes are now accessible in the browser. We had a subset of the annotations linking out to external databases previously, but now it should be possible to get information about all of the GO terms, Pfam domains, structural information, etc. by clicking on the gene or transcript. This was accomplished with a little JavaScript, which I've put online
|
a(href='https://gist.github.com/sestaton/b48b993f1d70cb28de2e9e39fd2fe98e') here
| and
|
a(href='https://gist.github.com/sestaton/ff9424f28b165e761e934f078f07249f') here
| and included minified versions for JBrowse.
p
| Third, there is now a "Variants" track in JBrowse for viewing variants across the association mapping population of 288 breeding lines and wild accessions. The details of this usage will be the subject of another post.
p
| Last, to make sure all of these features work well into the future, I've updated JBrowse to latest version (1.12.1).
aside.page-sidebar.col-md-3.col-md-offset-1.col-sm-4.col-sm-offset-1.col-xs-12
section.widget.has-divider
h3.title Other News
article.news-item.row
figure.thumb.col-md-2.col-sm-3.col-xs-3
img(alt='', src='/images/news/expression-thumb-1.jpg')
.details.col-md-10.col-sm-9.col-xs-9
h4.title
a(href='/news-expression') HA412HO gene expression browser released
article.news-item.row
figure.thumb.col-md-2.col-sm-3.col-xs-3
img(src='/images/news/jbrowse-thumb-2.jpg', alt='')
.details.col-md-10.col-sm-9.col-xs-9
h4.title
a(href='/news-annotation') Gene and transposon annotations released
article.news-item.row
figure.thumb.col-md-2.col-sm-3.col-xs-3
img(alt='', src='/images/news/git-thumb-3.jpg')
.details.col-md-10.col-sm-9.col-xs-9
h4.title
a(href='/news-tools') Annotation tools publicly available
section.widget.has-divider
h3.title Upcoming Events
article.events-item.row.page-row
.date-label-wrapper.col-md-3.col-sm-4.col-xs-4
p.date-label
span.month AUG
|
span.date-number 15
.details.col-md-9.col-sm-8.col-xs-8
h5.title Bioinformatics Workshop
p.meta
span.time
i.fa.fa-clock-o
| TBD
br
span.location
i.fa.fa-map-marker
| UBC Main Campus
include footer