
Research
wget to Wipeout: Malicious Go Modules Fetch Destructive Payload
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Conditional Analysis with LD Matrix
Get the same results as GCTA COJO, but with LD matrix.
pip install cojopy
The summary statistics file should have the following columns (same as the cojo file of GCTA):
plink --r square
.[!Note] The allele order of the summary statistics file should be the same as the allele order of the LD matrix file.
gcta --cojo-slct
)cojo slct \
--sumstats ./exampledata/sim_gwas.ma \
--ld-matrix ./exampledata/sim_r.ld \
--output ./exampledata/slct.txt
gcta --cojo-joint
)cojo joint \
--sumstats ./exampledata/sim_gwas.ma \
--ld-matrix ./exampledata/sim_r.ld \
--extract-snps ./exampledata/extract_snps.txt \
--output ./exampledata/joint.txt
gcta --cojo-cond
)cojo cond \
--sumstats ./exampledata/sim_gwas.ma \
--ld-matrix ./exampledata/sim_r.ld \
--cond-snps ./exampledata/cond_snps.txt \
--output ./exampledata/cond.txt
cond-snps
: For cond
command, path to the file containing the SNPs to condition on, one SNP per line.extract-snps
: For joint
and cond
commands, path to the file containing the SNPs to extract, one SNP per line.ld-freq
: Path to the LD frequency file, optional, use freq in sumstats if not provided.p-cutoff
: P-value cutoff, default is 5e-8.collinear-cutoff
: Collinearity cutoff, default is 0.9.maf-cutoff
: Minor allele frequency cutoff, default is 0.01.diff-freq-cutoff
: Difference in minor allele frequency cutoff, default is 0.2, won't take effect unless ld-freq
is provided.FAQs
Conditional Analysis with LD Matrix.
We found that cojopy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.