-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchrUn.Rmd
29 lines (23 loc) · 795 Bytes
/
chrUn.Rmd
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
---
title: "unplaced (chrUn) pangenes from the barley pangenome"
output:
html_document:
fig_caption: yes
highlight: zenburn
number_sections: yes
theme: cerulean
fontsize: 11pt
---
```{r knitr setup, include=FALSE, eval=TRUE, echo=FALSE, warning=FALSE}
library(knitr)
knitr::opts_chunk$set(eval=TRUE, cache=FALSE, message=FALSE, echo = TRUE,
warning=FALSE, comment = "", results="markup")
```
[[main page, other chromosomes]](https://eead-csic-compbio.github.io/barley_pangenes)
Click on pangene names to display multiple sequence alignments of encoded proteins at <https://www.ncbi.nlm.nih.gov/projects/msaviewer>.
Scroll to the right to see all columns.
```{=html}
```{r, echo=FALSE, results='asis'}
xfun::file_string('pre/chrUnpre.html')
```
```