Description Usage Arguments Value
Filter raw mutation tables
1 2 3 4 5 6 7 8 | filter_mut_table(
table,
t_cov = 15,
n_cov = 8,
t_frac = 0.02,
n_frac = 0.01,
pop_freq = 0.01
)
|
table |
A dataframe - the mutation table downloaded from server |
t_cov |
An integer - the minimum coverage for tumor sample |
n_cov |
An integer - the minimum coverage for normal sample |
t_frac |
A double - the minimum allele fraction in tumor sample |
n_frac |
A double - the maximum allele fraction in normal sample |
pop_freq |
A double - the maximum population frequncy |
A dataframe - the table with added columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.