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

Fragment length as an user input #2

Closed
Melkaz opened this issue May 19, 2015 · 1 comment
Closed

Fragment length as an user input #2

Melkaz opened this issue May 19, 2015 · 1 comment
Assignees

Comments

@Melkaz
Copy link

Melkaz commented May 19, 2015

Could we please input the mean fragment length of the library when using single-end data ?

@rob-p rob-p self-assigned this May 19, 2015
@rob-p
Copy link
Collaborator

rob-p commented May 20, 2015

Hi @Melkaz,
These options have been added as of commit c207d0f. There are some new options, all of which have reasonable defaults (the ones that were hard coded before). The relevant options here are: --fldMean which you can use to specify the expected mean length of the fragment distribution and --fldSD which you can use to specify the expected standard deviation of the fragment length distribution. These values are used to set the prior on the fragment length distribution. This means that if you're using paired-end reads, the observations will overwhelm this prior quickly and we'll learn the empirical distribution. If you're using single-end data, then the prior won't really be updated and the values you specify above are what will be used in practice (e.g. to compute effective transcript lengths). Please let us know if you run into any trouble using this new feature.

--Rob

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

No branches or pull requests

2 participants