From 1d1039337923e4e44336218f2b60d0142d61895c Mon Sep 17 00:00:00 2001 From: Will Yashar Date: Fri, 27 Oct 2023 08:56:21 -0700 Subject: [PATCH] updated sample table so everything was lowercase --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 48a4929..adffb09 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ Once Priori is downloaded, the input data needs to be formatted for analysis. Ac 1. Gene symbols stored in a column labeled "features". 2. Separate columns of normalized gene expression values for each sample. Label each column with the sample name. -| features | Sample_1 | Sample_2 | ... | Sample_n | +| features | sample_1 | sample_2 | ... | sample_n | | ------------- | ------------- | ------------- | ------------- | ------------- | -| Gene_1 | # | # | ... | # | -| Gene_2 | # | # | ... | # | +| gene_1 | # | # | ... | # | +| gene_2 | # | # | ... | # | | ... | ... | ... | ... | ... | -| Gene_n | # | # | ... | # | +| gene_n | # | # | ... | # | # Usage ```