Jingu;
Tobias will probably have more insight into your general questions but
from my perspective as a user I can help with the specific problem you saw:
> So I used genotyping options '-u' to reduce amount of data. As you know,
> the default value of '-u' is 20 and I increase this limit from 20 to 90.
>
> However, after using this option(-u 90), the results is so strange.
>
> GT:GL:GQ:FT:RC:DR:DV:RR:RV ./.:.,.,.:0:LowQual:0:0:0:0:0 (All results
> show this value.)
`-u 90` removes any reads which do not have a mapping quality of 90 or
more. For most aligners you won't have any reads mapping at this quality
so this effectively removes everything, resulting in the no calls with
no read support that you see.
> *Additionally, I have another question. Do you have any method to reduce
> amount of IMPRECISE data? Or Do you know how to change the results from
> IMPRECISE data to PRECISE data?*
> *(Actually, I have more curious this questions than first question)*
IMPRECISE indicates that Delly cannot precisely define the breakpoints
of the event and is more of an indicator that you need additional
evidence. I don't know of any way to tune Delly to be more precise via
the parameters. You likely would need more data to more precisely define
the breakpoints.
Hope this helps some,
Brad