Skip to content

Commit 447127f

Browse files
committed
commit with latest codes
1 parent 3478fab commit 447127f

File tree

1,701 files changed

+1633168
-18196
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,701 files changed

+1633168
-18196
lines changed

.gitignore

+2-34
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,4 @@
1-
# History files
1+
.Rproj.user
22
.Rhistory
3-
.Rapp.history
4-
5-
# Session Data files
63
.RData
7-
8-
# Example code in package build process
9-
*-Ex.R
10-
11-
# Output files from R CMD build
12-
/*.tar.gz
13-
14-
# Output files from R CMD check
15-
/*.Rcheck/
16-
17-
# RStudio files
18-
.Rproj.user/
19-
20-
# produced vignettes
21-
vignettes/*.html
22-
vignettes/*.pdf
23-
24-
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
25-
.httr-oauth
26-
27-
# knitr and R markdown default cache directories
28-
/*_cache/
29-
/cache/
30-
31-
# Temporary files created by R markdown
32-
*.utf8.md
33-
*.knit.md
34-
35-
# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
36-
rsconnect/
4+
.Ruserdata

LICENSE

-21
This file was deleted.

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
# SG90
2-
Codes associated with SG90 Ageing study
3-
4-
## Folder description
5-
1. `data` - Contains all the data required to run scripts
6-
2. `script` - Contains R scipts and Rmd files for generating the results shown in SG90 Ageing study
7-
3. `results` - Folder where the results are written when the script is executed
1+
# SG90_finalcodes
2+
Contains all the latest codes for SG90 study

SG90_June2024_toupload.Rproj

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Version: 1.0
2+
3+
RestoreWorkspace: Default
4+
SaveWorkspace: Default
5+
AlwaysSaveHistory: Default
6+
7+
EnableCodeIndexing: Yes
8+
UseSpacesForTab: Yes
9+
NumSpacesForTab: 2
10+
Encoding: UTF-8
11+
12+
RnwWeave: Sweave
13+
LaTeX: pdfLaTeX

data/4ab_genes.csv

-17
This file was deleted.

data/4ab_uniref90_ko_individual.txt

-124
This file was deleted.

data/ALT_Age_gender_HSCRP_AST_others.csv

-170
This file was deleted.

0 commit comments

Comments
 (0)