From 7058a1646b7a298981df6bf9380846a8f94768dc Mon Sep 17 00:00:00 2001 From: cbaakman Date: Thu, 7 Dec 2023 17:15:11 +0100 Subject: [PATCH] make the table look like a table on github --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b83552b..09c00fd 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,12 @@ We give here the tutorial like introduction to the DeepRank machinery. We quickl For data generation, PDB files must be stored locally. The user can optionally provide PSSM files, mapped to those PDB files. Together with the PDB files, variant data must be available. Here's an example of a table, containing variant data: -``` + | PDB ID | CHAIN | RESIDUE | WILDTYPE | VARIANT | CLASS | |--------|-------|---------|----------|---------|--------| | 101m | A | 25 | GLY | ALA | BENIGN | | 101m | A | 21 | VAL | SER | BENIGN | -``` + The `CLASS` column would typically be omitted from unclassified variants. In this example, we store the table in CSV format.