prepAscat_t | R Documentation |
Function takes the output from gtMarkers
and generates 'logR' and 'BAF' files required for ASCAT analysis.
prepAscat_t(t_counts = NULL, sample_name = NA, min_depth = 15)
t_counts |
read counts from tumor 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 15 |
The function will filter SNPs with low coverage (default <15), estimate BAF, logR, and generates the input files for ASCAT. Tumor 'logR' file will be normalized for median depth of coverage. Alternatively, logR file can be segmented with segmentLogR
Generates logR and BAF files required by ASCAT
Van Loo P, Nordgard SH, Lingjærde OC, et al. Allele-specific copy number analysis of tumors. Proc Natl Acad Sci U S A. 2010;107(39):16910-16915. doi:10.1073/pnas.1009843107
gtMarkers
prepAscat
segmentLogR
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.