View source: R/init_snp_geno.R
This will filtering SNP genotype matrix and pull out corresponding SNP bed file
1 2 3 4 5 6 7 | init_snp_geno(
file_sample_id,
file_snp_gt,
file_snp_in_atac,
maf_cut = 0.05,
name
)
|
file_sample_id |
file of sample IDs |
file_snp_gt |
file of SNP genotype matrix |
file_snp_in_atac |
bed file of SNPs located in ATAC distal peak region |
maf_cut |
cut-off of MAF, default 0.05 |
name |
prefix of output files |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.