Skip to content

Commit

Permalink
Formatting and typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shugamoe committed Oct 19, 2023
1 parent 318a2f2 commit 766ed9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions R/ctwas_process_regions.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ index_regions <- function(regionfile,
outputdir = getwd(),
ncore = 1,
reuse_R_gene = F,
chrom = 1:22,
) {
chrom = 1:22) {

if (is.null(pvarfs) & is.null(ld_Rfs)){
stop("Stopped: missing LD/genotype information.
Expand Down
2 changes: 1 addition & 1 deletion R/ctwas_rss.R
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ ctwas_rss <- function(
logfile = NULL,
merge = TRUE,
fine_map = T,
chrom=1:22
chrom = 1:22
){

if (!is.null(logfile)){
Expand Down

0 comments on commit 766ed9c

Please sign in to comment.