Description Usage Arguments Value
Prepare input files for ASCAT
1 2 3 4 5 6 7 | prep_ascat(
t_counts = NULL,
n_counts = NULL,
sample_name = NA,
min_depth = 30,
normalize = FALSE
)
|
t_counts |
read counts from tumor generated by |
n_counts |
read counts from normal generated by |
sample_name |
Sample name. Used as a basename for output files. Default NA, parses from t_counts file. |
min_depth |
Min read depth required to consider a marker. Default 30 |
normalize |
If TRUE, normalizes for library size |
An ascat.loadData object; ascat data structure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.