View source: R/read-snp-matrix.R
| read_snp_matrix | R Documentation |
Reads a gzipped output file from snp-pileup.
read_snp_matrix(input_file, err.thresh = 10, del.thresh = 10)
input_file |
Path to input file. |
err.thresh |
Threshold for errors at locus. |
del.thresh |
Threshold for deletions at locus. |
A SNP count matrix, with the following columns:
Chromosome and Position: Chromosomal position of SNP.
NOR.DP: Total read depth in normal sample.
TUM.DP: Total read depth in tumor sample.
NOR.RD: Reference allele read depth in normal sample.
TUM.RD: Reference allele read depth in tumor sample.
snp-pileup is part of FACETS.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.