-
Notifications
You must be signed in to change notification settings - Fork 0
/
ucscbrowser_human.Rmd
67 lines (51 loc) · 2.89 KB
/
ucscbrowser_human.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
---
title: 'Human 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>
<!-- Select a **gene/feature** from the **Count Data** table and then copy paste to **Genome Browser**. -->
<!-- You can use the **Cluster** field to search for genes that are markers of Cell Types. -->
<!-- ### Count Data -->
<!-- ```{r echo=FALSE, include=FALSE} -->
<!-- knitr::opts_chunk$set(warning = FALSE, message = FALSE) -->
<!-- library(DT) -->
<!-- library(knitr) -->
<!-- datax_atac <- read.table("files/atac_feature_metadata_human.tsv", header = T, sep = "\t", row.names = NULL) -->
<!-- datax_cage <- read.table("files/cage_feature_metadata_human.tsv", header = T, sep = "\t", row.names = NULL) -->
<!-- ``` -->
<!-- #### **ATAC-Seq** -->
<!-- <div align="center"> -->
<!-- ``` {r fig1, 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 fig2, echo = FALSE, include=TRUE} -->
<!-- DT::datatable(datax_cage, class = 'display responsive nowrap', filter = 'top', options = list(scrollX = TRUE), rownames = FALSE) -->
<!-- ``` -->
<!-- </div> -->
<!-- ### Genome Browser -->
This track hub was built by aggregated **scATAC-Seq** and **CAGE-Seq** reads of the human 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=330) 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=hg38&lastVirtModeType=default&lastVirtModeExtraState=&virtModeType=default&virtMode=0&nonVirtPosition=&position=chr18%3A32763856%2D32769639&hgsid=1537663415_EJ9iVP396eUrkO7TjpNYSzKTcnsb'>
<p>Your browser does not support iframes</p>
</iframe>
</div>