-
Notifications
You must be signed in to change notification settings - Fork 6
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
trackline and recommanded parameters #81
Comments
Those are to be found experimentally. I do not know them :/ But the original SICER README.pdf contained some suggestions. |
Output bed files are also created for downstream analysis in bedtools etc. I could add a track line, but I do not know what I'd put there :) |
i would suggest to add a parameter "--trackline", that simply add something a header like |
But a generic name/description like that is not particularly helpful,
methinks.
…On Mon, Jul 9, 2018 at 6:11 PM Nicolas Servant ***@***.***> wrote:
i would suggest to add a parameter "--trackline", that simply add
something a header like
"track name=pairedReads description="Clone Paired Reads" useScore=1"
See https://genome.ucsc.edu/FAQ/FAQformat.html#format1 for details
Thanks
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQ9I0hRn4cHlMESqQDqSQKSQXtizfSg2ks5uE4C1gaJpZM4VFto8>
.
|
Sure. You can have a look at the Macs2 documentation for example. |
There can be multiple input files so the basename cannot be used in
general.
I'm trying to cut down on features atm and instead outsource them to other
packages. But I will think about it/see if there are more requests for this.
Keeping the issue open :)
…On Tue, Jul 10, 2018 at 9:58 AM Nicolas Servant ***@***.***> wrote:
Sure. You can have a look at the Macs2 documentation for example.
It takes a --name option, and thus is the name in the "name=" and
"description=" field.
Another idea would be to simply use the basename of the input file ....
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQ9I0kgemWhvMHGjEoc9vDJ1gTZFrgyNks5uFF6LgaJpZM4VFto8>
.
|
Perfect ! Thanks |
Do not use UCSC much, but aren't there tracklines in bigwigs? That would
also probably be a nice thing to add, since modifying binary formats is
much harder.
…On Tue, Jul 10, 2018 at 10:43 AM Nicolas Servant ***@***.***> wrote:
Perfect ! Thanks
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQ9I0tY5dVFLvt8c4Eg5yxiALux7vDLNks5uFGkxgaJpZM4VFto8>
.
|
For the bigwig, I think that the user can add its trackline when the data are loaded ; |
Hi,
Thanks for developing epic which is much more stable than SICER ! that's great.
I have two comments:
I guess --window-size, --gaps-allowed and --false-discovery-rate-cutoff can be updated.
Any advice is welcome !
The text was updated successfully, but these errors were encountered: