
CHiMaD视觉元素训练:目标与约束摘要
相关推荐
















有网页的源码,怎么在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
最新资源
- EasyPanel收集面板:高效信息整理工具
- 基于Linux的超小系统,小于2MB的极致精简选择
- 解决笔记本无COM口问题的U转COM驱动工具包
- 省市县镇四级联动数据库(Access与MSSQL版本)
- 实用的GHO文件查看工具Ghostexp下载体验
- 基于Java的MySQL数据库GUI管理工具
- Concurrent Versions System(CVS)中文使用手册详解
- 基于经纬度获取并下载Google地图图片的工具
- Ehcache 1.2.3 JAR包及其缓存功能详解
- 300种加密解密算法VC实现源代码合集
- 深入解析设计模式:英文原理解读
- JSP、ASP、PHP网站集成在线支付接口详解
- PHP与MySQL构建的企业级新闻管理系统源码,适合新手学习
- C语言谭浩强第三版及课后习题答案详解
- 40KB小巧工具助你找回宽带账号与密码
- Spring Security 简单安全控制示例
- 开启Windows XP对4GB以上大内存的支持功能
- 五子棋游戏合集:支持人机对战与网络对战,附设计报告与论文
- 最新QQ农场易语言防封挂源码解析
- 基于PHP的图片投票系统实现与应用
- DOS环境下实现汉字显示的TWAY32平台使用说明
- SCORM中文API详解与开发必读文档
- PL2303 Windows 7 驱动程序安装包及发布说明
- 绿色版MAC地址转换工具,支持无线与普通网卡