You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm back with more questions. Seems like I don't really understand the output format when using the "-B A2G" parameter.
cmd help:
-B <READ-TAG> Tag reads by base substitution.
Count non-reference base substitution per read and stratify.
Requires stranded library type.
(Format for T to C mismatch: T2C; use ',' to separate substitutions)
Default: none
The manual has this to say:
6.3
Adding read/base stratification
Read stratification or partitioning based on base substitution(s) can be enabled by adding “-B <BASE-SUB>” to
your JACUSA2 run statement. <BASE-SUB> defines the base substitution X2Y : X, Y ∈ {A, C, G, T}, X ̸= Y
of interest where X is the reference base and Y is a base call from some read. It is required to provide a stranded
library type for each condition because otherwise X2Y cannot unambigously be determined from the sequencing
data. It is possible to provide multiple base substitutions by separating each with a “,”.
For each site the output will consist of at least on line the represents the total not stratified reads. The “info”
column will contain a field the following field “tag=*” indicating that the total reads are shown. If read with the
wanted base substitution A2G for example is encountered, all sites that are covered by this read will have an
additional line of output and the “info” column will have a value of “tag=A2G”.
bases1* = 4 replicates of the reference condition (ht)
bases2* = 4 replicates of the tribe condition (m3dht, =modififed A2G)
So the first line per variant is the "normal" jacusa output with ACGT coverage and the second should be only the A2G modifications? But how do I read that second line?
The text was updated successfully, but these errors were encountered:
Hi,
I'm back with more questions. Seems like I don't really understand the output format when using the "-B A2G" parameter.
cmd help:
The manual has this to say:
call:
java -Xmx55g -jar /mnt/software/x86_64/packages/jacusa/2.0.1/jacusa.jar call-2 -a D,M,Y -filterNM 5 -s -c 2 -T 1 -P FR-SECONDSTRAND -B A2G -p 16 -r x/j2.a2g ./star_ht_1/igv/ht_1.bam,./star_ht_2/igv/ht_2.bam,./star_ht_3/igv/ht_3.bam,./star_ht_4/igv/ht_4.bam ./star_m3d-ht_1/igv/m3d-ht_1.bam,./star_m3d-ht_2/igv/m3d-ht_2.bam,./star_m3d-ht_3/igv/m3d-ht_3.bam,./star_m3d-ht_4/igv/m3d-ht_4.bam
example of j2.a2g:
bases1* = 4 replicates of the reference condition (ht)
bases2* = 4 replicates of the tribe condition (m3dht, =modififed A2G)
So the first line per variant is the "normal" jacusa output with ACGT coverage and the second should be only the A2G modifications? But how do I read that second line?
The text was updated successfully, but these errors were encountered: