Closed MaryGoAround closed 1 month ago
Hi,
You should use the output file containing read counts for downstream analysis. It will be a file with the suffix _nucleotide_counts.tsv
(e.g, my_sample_nucleotide_counts.tsv
). This will be the input for prepAscat_t
Please read ? gtMarkers
for details.
Thanks for quickly solving user's error
This worked
gtMarkers(
t_bam = "sample.recal.bam",
n_bam = NULL,
build = "hg38",
prefix = "chr",
add = TRUE,
mapq = 10,
sam_flag = 1024,
loci = NULL,
fa = NULL,
op = NULL,
zerobased = FALSE,
nthreads = 8,
verbose = TRUE
)
Sorry for interrupt
I also used Mosdepth
in you tutorial and this is the plot
And this is the plot from ascat
Please, could you have a look at these, and tell me if you personally seeing any duplication in chromosome 20?
Hi
I have a tumour only sample (WGS)
For CNV I done
Then I notided GRCh38_SNP6.tsv.gz created in my working directory; after adding chr and column names, I used output_file.tsv
Please could you help me with this?