This repository was archived by the owner on Apr 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 1.23 KB
/
Copy pathDESCRIPTION
File metadata and controls
37 lines (37 loc) · 1.23 KB
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
Package: LncPipeReporter
Type: Package
Title: Automatically Aggregating and Summarizing lncRNA Analysis Results for Interactive Report
Version: 0.1.0
Authors@R: as.person(c(
"Yu Sun <sun_yu@mail.nankai.edu.cn> [aut, cre]",
"Qi Zhao <zhaoqi@sysucc.org.cn> [aut]"
))
URL: https://github.com/bioinformatist/LncPipe-Reporter
BugReports: https://github.com/bioinformatist/LncPipe-Reporter/issues
Description: This project is a part of LncPipe that take charge of automatically generating reports in HTML format with interactive plots based on pipeline output.
It contains several ploting functions as well as analysis scripts to perform comparison analysis and differential expression analysis when experimental design information was available.
We speculated this tools can facilitate understanding the underlining machanism of known and novel lncRNAs in their expriment.
License: file LICENSE
Encoding: UTF-8
LazyData: true
Imports: plotly,
data.table,
ggsci,
heatmaply,
edgeR,
knitr,
flexdashboard,
ggbiplot,
DT,
cowplot,
ggplot2,
htmlwidgets,
rmarkdown,
NOISeq,
DESeq2
biocViews: Software
Remotes: vqv/ggbiplot
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)
Suggests: testthat,
covr