Skip to content

Commit

Permalink
clarify spreadsheet columns
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczmarj committed Feb 8, 2023
1 parent 4d9ca57 commit 7f5e98d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ The survival CSV must have the following column names:
- `slideID`
- The ID of the patient / slide (each patient is assumed to have a single slide).
- `censorA.0yes.1no`
- If the patient is a deceased, this should be 1. If not, this should be 0.
- If the patient is a deceased, this should be 1. If not, this should be 0. This
is right-censored data. Not censored means the patient had an event at this timepoint.
- `survivalA`
- Days.
- Time of last followup in days. This is either days to death or days to censoring.

This is an example of the survival CSV (using the same slide IDs as above).

Expand Down

0 comments on commit 7f5e98d

Please # to comment.