Implementation of the complementary sketching algorithm for two sample testing of high-dimensional regression coefficients.
In the ./python/
folder
compsket.py
: file for the main algorithmsrealdata.py
: file for implementing the real data example in Gao and Wang (2020)example.ipynb
: IPython Notebook for the real data example
In ./R/
and ./man/
folders. Can be installed via devtools::install_github('wangtengyao/compsket')
in R
.
In the ./matlab/
folder
complementarySketching.m
: function for the main testing algorithmdifferentialNetworkAnalysis.m
: specialised function for the nodewise regression testing on the gene interaction network examplemain.m
: the script file processing the attached datasetCD4_goodTREG_in_thymus.mat
: the preprocessed data for Matlab as in./data/
CD4_TREG_in_thymus.csv
: preprocessed data for the real data example in Section 5 of Gao and Wang (2020).
Gao, F. and Wang, T. (2020) Two-sample testing of high-dimensional linear regression coefficients via complementary sketching. Preprint, arxiv:2011.13624.