Description Usage Arguments Value
Returns a list similar to the one by read_midas_data but only with sites from a given gene.
1 | gene_midas_data(Dat, gene, depth_thres = 1, freq_thres = 0.5)
|
Dat |
A list. See output from read_midas_data |
gene |
Name of the gene to be extracted, must exist in 'gene_id' column of the 'info' element from Dat. |
depth_thres |
Minimum depth trheshold. |
freq_thres |
Freq threshold. |
A tibble that results of merging the info, dat and freq elements of Dat. Plus allele assignments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.