You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am running the lassosum.pipeline in unix but I have some errors related to this package.
First chromosome-wise running is not working in some chromosomes.
I am using the code as follows.
out = lassosum.pipeline(cor=cor,chr=ss.df$CHR,pos=ss.df$BP,A1=ss.df$ALT,A2=ss.df$REF,ref.bfile="/data/pkg36/lassosum/data/refpanel",test.bfile=test.bfile,LDblocks="ASN.hg19")
Dear tshmak
Hello, I am running the lassosum.pipeline in unix but I have some errors related to this package.
First chromosome-wise running is not working in some chromosomes.
I am using the code as follows.
out = lassosum.pipeline(cor=cor,chr=ss.df$CHR,pos=ss.df$BP,A1=ss.df$ALT,A2=ss.df$REF,ref.bfile="/data/pkg36/lassosum/data/refpanel",test.bfile=test.bfile,LDblocks="ASN.hg19")
out22 = lassosum.pipeline(cor=cor,chr=ss.df$CHR,pos=ss.df$BP,A1=ss.df$ALT,A2=ss.df$REF,ref.bfile="/data/pkg36/lassosum/data/refpanel",test.bfile=paste0(test.bfile,"_chr22"),LDblocks="ASN.hg19")
out21 = lassosum.pipeline(cor=cor,chr=ss.df$CHR,pos=ss.df$BP,A1=ss.df$ALT,A2=ss.df$REF,ref.bfile="/data/pkg36/lassosum/data/refpanel",test.bfile=paste0(test.bfile,"_chr21"),LDblocks="ASN.hg19")
out20 = lassosum.pipeline(cor=cor,chr=ss.df$CHR,pos=ss.df$BP,A1=ss.df$ALT,A2=ss.df$REF,ref.bfile="/data/pkg36/lassosum/data/refpanel",test.bfile=paste0(test.bfile,"_chr20"),LDblocks="ASN.hg19")
out22 and out21 works fine, but out20 gets an error like this:
But lassosum.pipeline for whole chromosomes; out works.
Second, as I merged the outcomes, in my case out22 and out21, validate works but pseudovalidate doesn't work.
out = merge(out22,out21)
v = validate(out)
v = pseudovalidate(out)
I tried to figure out the reason for these errors, but I am lost.
If you have any comments or tips for fixing these, please let me know.
Best Wishes
The text was updated successfully, but these errors were encountered: