From 303d064552091023caa06265bb80b50077d9c78a Mon Sep 17 00:00:00 2001 From: Zhiyu Zhao <zhiyu.zhao@utsouthwestern.edu> Date: Mon, 29 Jun 2020 22:34:25 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11f1841..d3b6cc8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Omics Data Analyser -This is an R program to visualize, normalize, and analyse omics data such as those from metabolomics, proteomics, and next-generation sequencing experiments. Data are supplied in a list or table along with parameter settings, all in an Excel file. +This is an R program to visualize, normalize, and analyze -omics data such as those from metabolomics and proteomics experiments. Data are supplied in a list or table along with parameter settings, all in an Excel file. ## Current version: 1.7.1. Tested R version: 3.5.1 @@ -14,7 +14,7 @@ This is an R program to visualize, normalize, and analyse omics data such as tho **Step 4:** Fill out the Parameters, Comparisons, Features, and Samples sheets as necessary. -**Step 5:** Run the program with your data and save results in an Excel file. If visualization is enabled, a Figures folder will be created to save the plot files in the postscript format (.ps). See below for ways of running the program. +**Step 5:** Run the program with your data and save results in an Excel file. If visualization is enabled, a Figures folder will be created to save the plot files as postscript (.ps) and image (.png) files. See below for ways of running the program. 1. Running on the BioHPC @ UTSW. Log on the BioHPC ***Portal***, launch a ***Web Visualization*** node, open a terminal from there, and run the following: -- GitLab