-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about -d parameter? #9
Comments
Median distance is calculated on a per read basis, so it would be the median of a1 and b1. |
Hi, Thank you for your reply. HJTsai |
Hi, |
Reads without splint sequences are removed during preprocessing. Reads with one splint sequence are usually okay. |
If reads with one splint sequence, how to calculate the -d median distance between peaks cutoff? |
If there's one splint sequence, it won't calculate the median distance, but it will try to make it into a zero repeat read. |
Hi,
-d median distance between peaks cutoff. This should be the length of your shortest
input sequence in your library preparation. Defaults to 500
I have a question about -d parameter.
What's the mean of median distance between peaks cutoff?
Median distance = median length of a1 and b1 or median length of a1, b1 and a2 or other?
Between peaks means between two splint sequence?
Thanks.
HJTsai
The text was updated successfully, but these errors were encountered: