Hey Guys,
I have just installed samtools on the command line and am messing around with the features. One thing I am curious about is deletion detection. Specifically, I am looking to use the depth function with position arguments to check coverage at a specific point. The function however seems to return a list of all locations and their associated depth. Is what I am looking for possible, or do you have to digest the entire data first?
Also, if anyone has good documentation I would appreciate that, as I could not locate any with a quick search. Kind regards, J
I have just installed samtools on the command line and am messing around with the features. One thing I am curious about is deletion detection. Specifically, I am looking to use the depth function with position arguments to check coverage at a specific point. The function however seems to return a list of all locations and their associated depth. Is what I am looking for possible, or do you have to digest the entire data first?
Also, if anyone has good documentation I would appreciate that, as I could not locate any with a quick search. Kind regards, J
Comment