Skip to content
Snippets Groups Projects
Commit a64fb9b2 authored by Zhiyu Zhao's avatar Zhiyu Zhao
Browse files

Flow chart added to readme.

parent 7e31feba
Branches
Tags
No related merge requests found
/ODA_Flowchart.docx
FlowChart.png

73.3 KiB

......@@ -2,6 +2,8 @@
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.
![FlowChart](https://git.biohpc.swmed.edu/CRI/ODA/blob/master/FlowChart.png)
## Current version: 1.7.3. Tested R versions: 4.0.2, 3.5.1.
## How to run this tool:
......@@ -39,4 +41,4 @@ Rscript /path_to_the_program/ODA.R /input_path/your_data_file.xlsx /output_pa
6. Interested_and_Excluded_Features: If you supply a list of features e.g. significant features by differential intensity tests, the program can generate plots and result sheet for selected features only. The program can also exclude features from analysis if you supply a list. This example shows you how to specify those lists.
7. List_Data: The program supports raw data in a table (features in rows and samples in columns) or list (features, samples, and values each in a column). While the above examples are all in the table format, this example shows you how to supply data in the list format.
Contact [Zhiyu Zhao](mailto:zhiyu.zhao@utsouthwestern.edu) for comments / questions / suggestions.
\ No newline at end of file
Contact [Zhiyu Zhao](mailto:zhiyu.zhao@utsouthwestern.edu) for comments / questions / suggestions.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment