Skip to content
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

Open
HJTsai opened this issue Aug 7, 2019 · 6 comments
Open

Question about -d parameter? #9

HJTsai opened this issue Aug 7, 2019 · 6 comments

Comments

@HJTsai
Copy link

HJTsai commented Aug 7, 2019

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?

splint

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

@rvolden
Copy link
Owner

rvolden commented Aug 7, 2019

Median distance is calculated on a per read basis, so it would be the median of a1 and b1.
You would usually set this as the smallest length of your input cDNA before circularization.

@HJTsai
Copy link
Author

HJTsai commented Aug 7, 2019

Hi,

Thank you for your reply.

HJTsai

@HJTsai
Copy link
Author

HJTsai commented Aug 7, 2019

Hi,
Dose it means read without splint sequence or only one splint sequence will be removed ?
Thanks.
HJTsai

@rvolden
Copy link
Owner

rvolden commented Aug 7, 2019

Reads without splint sequences are removed during preprocessing. Reads with one splint sequence are usually okay.

@HJTsai
Copy link
Author

HJTsai commented Aug 7, 2019

If reads with one splint sequence, how to calculate the -d median distance between peaks cutoff?
If reads with partial splint sequence, reads will be removed during preprocessing or ?

@rvolden
Copy link
Owner

rvolden commented Aug 7, 2019

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.
If there's a partial splint sequence, it will probably get removed during preprocessing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants