
深入解析数据结构源码及应用
相关推荐


















有网页的源码,怎么在idea里用vue复现,运用element-UI组件,view-source:https://rloopbase.nju.edu.cn/ ,源码如下:
<html xmlns="http://www.w3.org/1999/xhtml " xml:lang="en" lang="en">
<link rel="stylesheet" type="text/css" href="/https/wenku.csdn.net/css/myIndex.css">
<head>
<title>R-loopBase</title>
<link rel="icon" href="/https/wenku.csdn.net/images/icon-rloop-purple-circle-2.png" type="image/x-icon">
</head>
<body>
Introduction
The R-loop, a three-stranded nucleic acid structure composed of an RNA:DNA hybrid and a displaced single-stranded DNA, plays versatile roles in many physiological and pathological processes. However, its controversial genomic localization and
incomplete understanding of its regulatory network raise great challenges for R-loop research. Here, we present R-loopBase to tackle these pressing issues by systematic integration of a huge amount of genomics and literature data. A reference set of human R-loop zones is computed
with confidence scores and detailed annotations (Search, Help and Download),
all of which can be visualized in well-annotated genomic context in a local genome browser (Browser). A list of 1,185 R-loop regulators is manually curated from PubMed literatures
and annotated with most up-to-date multi-omics data (Regulator).
We have also manually curated 24 R-loop regulators in mouse, 63 in yeast (saccharomyces cerevisiae) and 21 in Escherichia coli to facilicate R-loop research in these model organisms (Regulator).
We further deduce the functional relationship between individual R-loops and their putative regulators
(Regulator and Download). In total, we have generated billions of entries of functional annotations, which can be easily accessed in our
user-friendly interfaces (Help).
The regulator summary and genomic annotation of R-loop regions will be constantly updated along the research progress of field. You are welcome to contribute to updating R-loop regulators and related literatures (Regulator Updating System on Regulator page).
Any suggestions and feedbacks from you are also welcome
(Contact).
Show more
- R-loopBase

<input id="searchText" type="text" name="" placeholder="e.g. BRCA2 or chr1:154572702-154628593" onkeypress="handle(event)">
search
News
- 2023.10.01 Online of DeepER, an R-loop prediction tool.
- 2022.02.19 A new preprint by R-loopBase team.
- 2021.11.18 Published on Nucleic Acids Res.
- 2021.06.20 Official release of R-loopBase v1.0.
- 2021.06.15 Internal evaluation before public release.
- 2021.05.10 Build-up of R-loopBase genome browser.
- 2021.03.31 Data freeze for R-loopBase v1.0.
- 2021.01.18 Launching R-loopBase project.
- 2020.10.10 Systematic evalation of all R-loop mapping technologies.
Show more
Latest Publications
- LUC7L3 is a downstream factor of SRSF1 and prevents genomic instability. Cell Insight. 2024.
- Smartphone-based device for rapid and single-step detection of piRNA-651 using anti-DNA:RNA hybrid antibody and enzymatic signal amplification. Anal Chim Acta. 2024.
- Split activator of CRISPR/Cas12a for direct and sensitive detection of microRNA. Anal Chim Acta. 2024.
© 2020-2025 NANJING UNIVERSITY. ALL RIGHTS RESERVED.
CONDITIONS OF USE
</body>
</html>
<script type="text/javascript" language="JavaScript">
function handle(e){
if(e.keyCode === 13){
e.preventDefault(); // Ensure it is only this code that runs
toGeneList();
}
}
function toGeneList(){
//var type = document.getElementById('searchSelect').value;
var type;
var value = document.getElementById('searchText').value;
if(value==''){
alert("Please input keyword!");
}else if(value.match(/[^a-zA-Z0-9:-]/)){
alert("Only numbers, letters, \":\" and \"-\" are allowed!");
}else{
//top.location = '/geneList.jsp?searchFor=' + type + '&keyword=' + value;
if(value.match(/^chr.+:\d+-\d+$/)){
type="location";
}else{
type="symbols";
}
top.location = '/rloopList.jsp?searchFor=' + type + '&keyword=' + value;
}
}
function changeLiSize(){
var selectId = document.getElementById("myNavigator");
}
function showMoreOrLess(){
var selectId = document.getElementById("showIntroduction");
var selectText = document.getElementById("introductionText");
if(selectId.innerText == "Show more"){
selectText.style.height="auto";
selectId.innerText="Show less";
}else{
selectText.style.height="120px";
selectId.innerText="Show more";
}
}
function showMoreOrLess2(){
var selectId2 = document.getElementById("showNews");
var selectText2 = document.getElementById("newsDiv");
if(selectId2.innerText == "Show more"){
selectText2.style.height="auto";
selectId2.innerText="Show less";
}else{
selectText2.style.height="220px";
selectId2.innerText="Show more";
}
}
var publicationDivHeight = document.getElementById('publicationDiv').clientHeight;
</script>
The R-loop, a three-stranded nucleic acid structure composed of an RNA:DNA hybrid and a displaced single-stranded DNA, plays versatile roles in many physiological and pathological processes. However, its controversial genomic localization and incomplete understanding of its regulatory network raise great challenges for R-loop research. Here, we present R-loopBase to tackle these pressing issues by systematic integration of a huge amount of genomics and literature data. A reference set of human R-loop zones is computed with confidence scores and detailed annotations (Search, Help and Download), all of which can be visualized in well-annotated genomic context in a local genome browser (Browser). A list of 1,185 R-loop regulators is manually curated from PubMed literatures and annotated with most up-to-date multi-omics data (Regulator). We have also manually curated 24 R-loop regulators in mouse, 63 in yeast (saccharomyces cerevisiae) and 21 in Escherichia coli to facilicate R-loop research in these model organisms (Regulator). We further deduce the functional relationship between individual R-loops and their putative regulators (Regulator and Download). In total, we have generated billions of entries of functional annotations, which can be easily accessed in our user-friendly interfaces (Help). The regulator summary and genomic annotation of R-loop regions will be constantly updated along the research progress of field. You are welcome to contribute to updating R-loop regulators and related literatures (Regulator Updating System on Regulator page). Any suggestions and feedbacks from you are also welcome (Contact).
- R-loopBase
- 2023.10.01 Online of DeepER, an R-loop prediction tool.
- 2022.02.19 A new preprint by R-loopBase team.
- 2021.11.18 Published on Nucleic Acids Res.
- 2021.06.20 Official release of R-loopBase v1.0.
- 2021.06.15 Internal evaluation before public release.
- 2021.05.10 Build-up of R-loopBase genome browser.
- 2021.03.31 Data freeze for R-loopBase v1.0.
- 2021.01.18 Launching R-loopBase project.
- 2020.10.10 Systematic evalation of all R-loop mapping technologies.
- LUC7L3 is a downstream factor of SRSF1 and prevents genomic instability. Cell Insight. 2024.
- Smartphone-based device for rapid and single-step detection of piRNA-651 using anti-DNA:RNA hybrid antibody and enzymatic signal amplification. Anal Chim Acta. 2024.
- Split activator of CRISPR/Cas12a for direct and sensitive detection of microRNA. Anal Chim Acta. 2024.


- 粉丝: 44
最新资源
- TemplateRepos:打造个性化仓库模板
- 学习西班牙语新途径:Sneaky Spanish-crx扩展插件
- Chrome扩展Easy Deploy-crx:手动触发GitHub操作
- Python应用:分析并展示艺术家受欢迎程度
- Chrome扩展Education District:提升社交教育体验
- esports-api: 结合JSON和Github的电子竞技数据接口
- 利用TensorFlow Hub进行NLP转移学习及模型构建与评估
- CTFwriteups库使用方法及贡献指南
- 汽车性能评估:单页网站模板设计
- 部署前删除:静态文件目录使用指南
- 识别黑名单gulp模块的Chrome扩展程序
- 网钛淘拍CMS系统V1.60更新:功能优化与安全修复
- 使用crx插件检测已泄露密码
- Github Differ-crx插件:轻松查看任意提交差异
- JSON格式化工具:CRX插件功能与特色解析
- 实现一键切换页面JavaScript功能的Toggle-crx插件
- 提升远程协作体验:高清视频会议桌面共享插件
- Airdates.tv网站覆盖器-crx插件功能简介
- Web KeyA-crx插件:浏览器中的PKI工具
- GitHub项目维护状态分析Chrome扩展——isMaintained
- FSAnalytics-crx:连接Google Analytics与FullStory的扩展插件
- 2007网络安全精品黄皮书深度解析
- Shadertoy自定义纹理与音频视频支持
- 无需Root的Gardenscapes游戏资源生成器发布