Skip to content

Commit

Permalink
MetaSTAAR v0.9.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xihaoli committed Feb 5, 2024
1 parent d9ff76e commit fb58e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/MetaSTAAR_worker_cov.R
Expand Up @@ -114,7 +114,7 @@ MetaSTAAR_worker_cov <- function(genotype,obj_nullmodel,cov_maf_cutoff,
GTSinvG_rare@x <- GTSinvG_rare@x[!remove_ind]
rm(remove_ind)
gc()
GTSinvG_rare <- as(GTSinvG_rare,"dgCMatrix")
GTSinvG_rare <- as(GTSinvG_rare,"CsparseMatrix")

### Create a version of GTSinvG_rare with rounded significant digits
if(!is.null(signif.digits)){
Expand Down

0 comments on commit fb58e3c

Please sign in to comment.