biocore-ntnu / epic

(DEPRECATED) epic: diffuse domain ChIP-Seq caller based on SICER
http://bioepic.readthedocs.io
MIT License
31 stars 6 forks source link

trackline and recommanded parameters #81

Open nservant opened 6 years ago

nservant commented 6 years ago

Hi, Thanks for developing epic which is much more stable than SICER ! that's great. I have two comments:

endrebak commented 6 years ago

Those are to be found experimentally. I do not know them :/ But the original SICER README.pdf contained some suggestions.

endrebak commented 6 years ago

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 :)

nservant commented 6 years ago

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

endrebak commented 6 years ago

But a generic name/description like that is not particularly helpful, methinks.

On Mon, Jul 9, 2018 at 6:11 PM Nicolas Servant notifications@github.com 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 https://github.com/biocore-ntnu/epic/issues/81#issuecomment-403533564, or mute the thread https://github.com/notifications/unsubscribe-auth/AQ9I0hRn4cHlMESqQDqSQKSQXtizfSg2ks5uE4C1gaJpZM4VFto8 .

nservant commented 6 years ago

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 ....

endrebak commented 6 years ago

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 notifications@github.com 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 https://github.com/biocore-ntnu/epic/issues/81#issuecomment-403734847, or mute the thread https://github.com/notifications/unsubscribe-auth/AQ9I0kgemWhvMHGjEoc9vDJ1gTZFrgyNks5uFF6LgaJpZM4VFto8 .

nservant commented 6 years ago

Perfect ! Thanks

endrebak commented 6 years ago

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 notifications@github.com wrote:

Perfect ! Thanks

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/biocore-ntnu/epic/issues/81#issuecomment-403746962, or mute the thread https://github.com/notifications/unsubscribe-auth/AQ9I0tY5dVFLvt8c4Eg5yxiALux7vDLNks5uFGkxgaJpZM4VFto8 .

nservant commented 6 years ago

For the bigwig, I think that the user can add its trackline when the data are loaded ; track type=bigWig name="My Big Wig" description="A Graph of Data from My Lab" bigDataUrl=http://myorg.edu/mylab/myBigWig.bw