Skip to content

Latest commit

 

History

History
executable file
·
43 lines (31 loc) · 1.54 KB

variants.md

File metadata and controls

executable file
·
43 lines (31 loc) · 1.54 KB

Basenji

Sequential regulatory activity predictions with deep convolutional neural networks.

Variant analysis

Compute SNP Activity Difference (SAD) scores for SNPs in a VCF file.

Arguments Type Description
params_file Text table Model configuration parameters.
model file TensorFlow Saver file Trained Basenji model.
vcf_file VCF Variant Call Format file describing bi-allelic variants.

Compute SNP expression difference (SED) scores for SNPs in a VCF file.

Arguments Type Description
params_file Text table Model configuration parameters.
model file TensorFlow Saver file Trained Basenji model.
genes_hdf5_file HDF5 HDF5 file with gene sequences and descriptions.
vcf_file VCF Variant Call Format file describing bi-allelic variants.

Perform an in silico saturated mutagenesis of the sequences surrounding SNPS in a VCF file.

Arguments Type Description
params_file Text table Model configuration parameters.
model file TensorFlow Saver file Trained Basenji model.
vcf_file VCF Variant Call Format file describing bi-allelic variants.