Skip to content

Commit

Permalink
STAARpipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
xihaoli committed Feb 17, 2024
1 parent e2e87fe commit e10b878
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions STAARpipeline_Dynamic_Window.r
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Dynamic window analysis using STAARpipeline
# Xihao Li, Zilin Li
# Initiate date: 11/04/2021
# Current date: 12/28/2022
# Current date: 02/16/2024
#####################################################################
rm(list=ls())
gc()
Expand Down Expand Up @@ -48,7 +48,7 @@ Annotation_name <- c("CADD","LINSIGHT","FATHMM.XF","aPC.EpigeneticActive","aPC.E
output_path <- "/path_to_the_output_file/"
## output file name
output_file_name <- "TOPMed_F5_LDL_SCANG"
## input array id from batch file (Harvard FAS RC cluster)
## input array id from batch file
arrayid <- as.numeric(commandArgs(TRUE)[1])

###########################################################
Expand Down
4 changes: 2 additions & 2 deletions STAARpipeline_Gene_Centric_Coding.r
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Gene-centric analysis for coding rare variants using STAARpipeline
# Xihao Li, Zilin Li
# Initiate date: 11/04/2021
# Current date: 12/28/2022
# Current date: 02/16/2024
#####################################################################
rm(list=ls())
gc()
Expand Down Expand Up @@ -45,7 +45,7 @@ Annotation_name <- c("CADD","LINSIGHT","FATHMM.XF","aPC.EpigeneticActive","aPC.E
output_path <- "/path_to_the_output_file/"
## output file name
output_file_name <- "TOPMed_F5_LDL_Coding"
## input array id from batch file (Harvard FAS RC cluster)
## input array id from batch file
arrayid <- as.numeric(commandArgs(TRUE)[1])

###########################################################
Expand Down
4 changes: 2 additions & 2 deletions STAARpipeline_Gene_Centric_Coding_Long_Masks.r
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Gene-centric analysis for coding rare variants in long masks using STAARpipeline
# Xihao Li, Zilin Li
# Initiate date: 11/04/2021
# Current date: 02/05/2024
# Current date: 02/16/2024
##################################################################################
rm(list=ls())
gc()
Expand Down Expand Up @@ -45,7 +45,7 @@ Annotation_name <- c("CADD","LINSIGHT","FATHMM.XF","aPC.EpigeneticActive","aPC.E
output_path <- "/path_to_the_output_file/"
## output file name
output_file_name <- "TOPMed_F5_LDL_Coding"
## input array id from batch file (Harvard FAS RC cluster)
## input array id from batch file
arrayid_longmask <- as.numeric(commandArgs(TRUE)[1])

###########################################################
Expand Down
4 changes: 2 additions & 2 deletions STAARpipeline_Gene_Centric_Noncoding.r
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# genes using STAARpipeline
# Xihao Li, Zilin Li
# Initiate date: 11/04/2021
# Current date: 02/05/2024
# Current date: 02/16/2024
#####################################################################
rm(list=ls())
gc()
Expand Down Expand Up @@ -46,7 +46,7 @@ Annotation_name <- c("CADD","LINSIGHT","FATHMM.XF","aPC.EpigeneticActive","aPC.E
output_path <- "/path_to_the_output_file/"
## output file name
output_file_name <- "TOPMed_F5_LDL_Noncoding"
## input array id from batch file (Harvard FAS RC cluster)
## input array id from batch file
arrayid <- as.numeric(commandArgs(TRUE)[1])

###########################################################
Expand Down
4 changes: 2 additions & 2 deletions STAARpipeline_Gene_Centric_Noncoding_Long_Masks.r
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# of protein-coding genes using STAARpipeline
# Xihao Li, Zilin Li
# Initiate date: 11/04/2021
# Current date: 02/05/2024
# Current date: 02/16/2024
#####################################################################
rm(list=ls())
gc()
Expand Down Expand Up @@ -46,7 +46,7 @@ Annotation_name <- c("CADD","LINSIGHT","FATHMM.XF","aPC.EpigeneticActive","aPC.E
output_path <- "/path_to_the_output_file/"
## output file name
output_file_name <- "TOPMed_F5_LDL_Noncoding"
## input array id from batch file (Harvard FAS RC cluster)
## input array id from batch file
arrayid_longmask <- as.numeric(commandArgs(TRUE)[1])

###########################################################
Expand Down
4 changes: 2 additions & 2 deletions STAARpipeline_Gene_Centric_ncRNA.r
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# genes using STAARpipeline
# Xihao Li, Zilin Li
# Initiate date: 11/04/2021
# Current date: 02/05/2024
# Current date: 02/16/2024
#####################################################################
rm(list=ls())
gc()
Expand Down Expand Up @@ -46,7 +46,7 @@ Annotation_name <- c("CADD","LINSIGHT","FATHMM.XF","aPC.EpigeneticActive","aPC.E
output_path <- "/path_to_the_output_file/"
## output file name
output_file_name <- "TOPMed_F5_LDL_ncRNA"
## input array id from batch file (Harvard FAS RC cluster)
## input array id from batch file
arrayid <- as.numeric(commandArgs(TRUE)[1])

###########################################################
Expand Down
4 changes: 2 additions & 2 deletions STAARpipeline_Individual_Analysis.r
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Individual analysis using STAARpipeline
# Xihao Li, Zilin Li
# Initiate date: 11/04/2021
# Current date: 12/28/2022
# Current date: 02/16/2024
###########################################################
rm(list=ls())
gc()
Expand Down Expand Up @@ -35,7 +35,7 @@ geno_missing_imputation <- "mean"
output_path <- "/path_to_the_output_file/"
## output file name
output_file_name <- "TOPMed_F5_LDL_Individual_Analysis"
## input array id from batch file (Harvard FAS RC cluster)
## input array id from batch file
arrayid <- as.numeric(commandArgs(TRUE)[1])

###########################################################
Expand Down
4 changes: 2 additions & 2 deletions STAARpipeline_Sliding_Window.r
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Sliding window analysis using STAARpipeline
# Xihao Li, Zilin Li
# Initiate date: 11/04/2021
# Current date: 12/28/2022
# Current date: 02/16/2024
#####################################################################
rm(list=ls())
gc()
Expand Down Expand Up @@ -49,7 +49,7 @@ Annotation_name <- c("CADD","LINSIGHT","FATHMM.XF","aPC.EpigeneticActive","aPC.E
output_path <- "/path_to_the_output_file/"
## output file name
output_file_name <- "TOPMed_F5_LDL_Sliding_Window"
## input array id from batch file (Harvard FAS RC cluster)
## input array id from batch file
arrayid <- as.numeric(commandArgs(TRUE)[1])

###########################################################
Expand Down

0 comments on commit e10b878

Please sign in to comment.