Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jthomasmock/survival_analysis
Survival Analysis
https://github.com/jthomasmock/survival_analysis
Last synced: about 1 month ago
JSON representation
Survival Analysis
- Host: GitHub
- URL: https://github.com/jthomasmock/survival_analysis
- Owner: jthomasmock
- Created: 2018-05-08T15:17:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T16:03:58.000Z (over 6 years ago)
- Last Synced: 2024-12-18T01:08:48.151Z (about 1 month ago)
- Language: HTML
- Size: 405 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Survival Analysis for GCLM
Survival analysis of male/female GCLM wild-type (+/+) or knockout (-/-).
* Censor
* 1 is exact death/event -- natural death or euthanasia as moribund.
* 0 is unnatural death -- accident, tissue collection, wide-spread skin infection
* uid = unique animal id
* cage = animal cage (grouped housing)
* sex
* 0 = Male
* 1 = Female
* gt - genotype, We are excluding heterozygote as not part of our current project
* 0 = wild-type (GCLM+/+)
* 1 = heterozygote (GCLM+/-)
* 2 = full knockout (GCLM-/-)
* Cause of death
* 0 = Natural death
* 1 = Euthanized
* 2 = Accident
* 3 = Collected Tissue
### Goal of projectDetermine lifespan differences between GCLM+/+ (wild-type) and GCLM-/- (knockout) male and female mice.
The two files are identical, just one in Rmarkdown and one as a single .r file.