i am analysing an atac-seq data, when I run rgt-hint differential, I got the result successfully, but i have confuse about the result
for my understanding, as the official example showing, different sample show the different line significantly should be select as differential motif.

but see my top differential motifs.


why my result didnt show the difference in lineplot but with most significant pvalue??
other motif without significant pvalue, but there is some difference in the plot

i used following command to run, can anyone help with this problem??
Am I make any mistake? or there is anyother issue??
rgt-hint footprinting --atac-seq --paired-end --organism=mm10 --output-location=./ \ --output-prefix=WT.merge.footprinting WT.merge.sort.modified.bam WT.Genrich.mod
rgt-hint footprinting --atac-seq --paired-end --organism=mm10 --output-location=./ \ --output-prefix=DKO.merge.footprinting DKO.merge.sort.modified.bam DKO.Genrich.mod
rgt-motifanalysis matching --organism=mm10 --input-files WT.merge.footprinting.bed DKO.merge.footprinting.bed
rgt-hint differential --organism=mm10 --bc --nc 24 \ --mpbs-files=./match/WT.merge.footprinting_mpbs.bed,./match/DKO.merge.footprinting_mpbs.bed \ --reads-files=WT.merge.sort.modified.bam,DKO.merge.sort.modified.bam \ --conditions=WT,DKO \ -output-location=WTvsDKO5
--
You received this message because you are subscribed to the Google Groups "RGT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rgtusers+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rgtusers/1670c79c-a3dc-4710-9f0a-254e69f97f76n%40googlegroups.com.
I also have a few questions about the same subject. In the line plot, why the number of binding sites ("n=") does not match the number of sequences in the genome that is generated in the mpbs file? For example, I have a line graph for LBX2 that shows n=9 (is this the number of sites that HINT found LBX2 binding?),
however, in the .txt file generated by the footprint analysis, I see more than 800 genomic ranges with scores around 10-12. Shouldn't that number be the same?
So, from Miao's question: the line plots account for the statistical value, however, the scatter plots do not?
To view this discussion on the web visit https://groups.google.com/d/msgid/rgtusers/9c589165-b96b-4c0e-8d2a-7303017c7945n%40googlegroups.com.