-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathucscbrowser_mouse.Rmd
77 lines (61 loc) · 3.5 KB
/
ucscbrowser_mouse.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
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
---
title: "Mouse NeoCortex Track Hub for UCSC Genome Browser"
---
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
body {
text-align: justify}
.main-container {
max-width: 1850px;
margin-left: auto;
margin-right: auto;
}
h1, h2, h3 {
text-align: center;
}
</style>
<!-- ### Count Data -->
<!-- ```{r echo=FALSE, include=FALSE} -->
<!-- knitr::opts_chunk$set(warning = FALSE, message = FALSE) -->
<!-- library(DT) -->
<!-- library(knitr) -->
<!-- datax_rna <- read.table("files/rna_feature_metadata_mouse.tsv", header = T, sep = "\t", row.names = NULL) -->
<!-- datax_atac <- read.table("files/atac_feature_metadata_mouse.tsv", header = T, sep = "\t", row.names = NULL) -->
<!-- datax_cage <- read.table("files/cage_feature_metadata_mouse.tsv", header = T, sep = "\t", row.names = NULL) -->
<!-- ``` -->
<!-- #### **RNA-Seq** -->
<!-- <div align="center"> -->
<!-- ``` {r fig1, echo = FALSE, include=TRUE} -->
<!-- DT::datatable(datax_rna, class = 'display responsive nowrap', filter = 'top', options = list(scrollX = TRUE), rownames = FALSE) -->
<!-- ``` -->
<!-- </div> -->
<!-- #### **ATAC-Seq** -->
<!-- <div align="center"> -->
<!-- ``` {r fig2, echo = FALSE, include=TRUE} -->
<!-- DT::datatable(datax_atac, class = 'display responsive nowrap', filter = 'top', options = list(scrollX = TRUE), rownames = FALSE) -->
<!-- ``` -->
<!-- </div> -->
<!-- #### **CAGE-Seq** -->
<!-- <div align="center"> -->
<!-- ``` {r fig3, echo = FALSE, include=TRUE} -->
<!-- DT::datatable(datax_cage, class = 'display responsive nowrap', filter = 'top', options = list(scrollX = TRUE), rownames = FALSE) -->
<!-- ``` -->
<!-- </div> -->
<!-- ### Genome Browser -->
<!-- <div align="center"> -->
<!-- <iframe width='1850px' height='1000px' frameBorder='0' src='https://genome.ucsc.edu/cgi-bin/hgTracks?db=mm10&lastVirtModeType=default&lastVirtModeExtraState=&virtModeType=default&virtMode=0&nonVirtPosition=&position=chr18%3A15393391%2D15410982&hgsid=1402705023_aKIR7wgaDGxjpAodVTAk7KXf1wpp'> -->
<!-- <p>Your browser does not support iframes</p> -->
<!-- </iframe> -->
<!-- </div> -->
This track hub was built by aggregated **scRNA-Seq**, **scATAC-Seq** and **CAGE-Seq** reads of the mouse neocortex. You can query for positions, isoforms and genes to browse sequencing reads and ATAC-Seq and CAGE-Seq peaks.
In order to download nucleotide sequences, simply go to **View** -> **DNA** -> **get DNA**.
See the [DolphinNext](https://dnext.dolphinnext.com/index.php?np=3&id=265) run for querying genes of interests on an aggregated gene expression and peaks data table, integrated to this UCSC Track Hub. Click to **Report** -> **UCSC Genome Browser**.
Please wait until the UCSC Genome Browser is fully loaded!
<div align="center">
<iframe width='1650px' height='1000px' frameBorder='0' src='https://genome.ucsc.edu/cgi-bin/hgTracks?db=mm10&lastVirtModeType=default&lastVirtModeExtraState=&virtModeType=default&virtMode=0&nonVirtPosition=&position=chr18%3A15393391%2D15410982&hgsid=1537661975_iXiaJ28aYWDv7maWuCls6WIhFXZj'>
<p>Your browser does not support iframes</p>
</iframe>
</div>