-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#date 15 Sep.2018 Update the control panels, enrichment analysis, data tables display. Add the "About" section. Detailed user manual for CMTCN is ready! Example data has been updated!
- Loading branch information
Showing
42 changed files
with
1,237 additions
and
394 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,4 +37,5 @@ net_NodeCount <- function(net){ | |
net_Density <- function(net){ | ||
ed <- edge_density(net) | ||
return(ed) | ||
} | ||
} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: "CMTCN_About" | ||
author: "Rillet Lee" | ||
date: "Aug 31, 2018" | ||
output: html_document | ||
--- | ||
|
||
CMTCN was built using | ||
<a href="http://shiny.rstudio.com/", target="_blank"> Shiny </a> by | ||
<a href="https://www.rstudio.com/", target="_blank"> RStudio, </a> using open source software.<br><br> | ||
We sincerely acknowledge all publicly available resources which have been used in CMTCN! | ||
|
||
The following R packages are utilized in no particular order of importance:<br> | ||
[shiny](http://shiny.rstudio.com/)(>=0.14.2)<br> | ||
[shinyjs](https://github.com/daattali/shinyjs)(>=0.8)<br> | ||
[shinydashboard](http://rstudio.github.io/shinydashboard/)(>=0.7.0)<br> | ||
[shinythemes](http://shiny.rstudio.com/articles/themes.html)(>=1.1.1)<br> | ||
[data.table](http://cran.r-project.org/web/packages/data.table/)(>=1.10.4-3)<br> | ||
[DT](http://cran.r-project.org/package=DT)(>=0.4)<br> | ||
[RSQLite](http://cran.r-project.org/web/packages/RSQLite/index.html)(>=2.1.0)<br> | ||
[DBI](https://cran.r-project.org/web/packages/DBI/)(>=0.8)<br> | ||
[ggplot2](http://cran.r-project.org/web/packages/ggplot2/index.html)(>=2.2.1)<br> | ||
[ggthemes](http://cran.r-project.org/web/packages/ggthemes/index.html )(>=3.4.2)<br> | ||
[networkD3](http://cran.r-project.org/package=networkD3)(>=0.4)<br> | ||
[dplyr](http://cran.r-project.org/package=dplyr)(>=0.7.4)<br> | ||
[markdown](https://rmarkdown.rstudio.com/)(>=0.8)<br> | ||
[shinycssloaders](https://github.com/andrewsali/shinycssloaders)(>=0.2.0)<br> | ||
[clusterProfiler](http://www.bioconductor.org/packages/release/bioc/html/clusterProfiler.html)(>=3.8.0)<br> | ||
[GSEABase](http://www.bioconductor.org/packages/release/bioc/html/GSEABase.html)(>=1.42.0)<br> | ||
[igraph](http://cran.r-project.org/web/packages/igraph/index.html )(>=1.2.1)<br><br> |
Oops, something went wrong.