From 76f9c2361ec147e319a1f3d31ba2a4514f8dfd78 Mon Sep 17 00:00:00 2001 From: Zhiyu <zhiyu.zhao@utsouthwestern.edu> Date: Mon, 28 Sep 2020 12:01:51 -0500 Subject: [PATCH] Flow chart added to readme. --- .gitignore | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b5a1620 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/ODA_Flowchart.docx + diff --git a/README.md b/README.md index a47ba02..0c12af4 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is an R program to visualize and analyze -omics data such as those from microarray, metabolomics and proteomics experiments. Next-generation sequencing such as RNA-Seq and single-cell RNA-Seq analyses are to be supported in the future. The input of this program is intensity or count data supplied in a list or table along with parameter settings, all in an Excel file. The output is an Excel file with figures and analysis result sheets. - + ## Current version: 1.7.3. Tested R versions: 4.0.2, 3.5.1. -- GitLab