-
Notifications
You must be signed in to change notification settings - Fork 4
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
Give different names to plus and minus strand when exporting to BedGraph #56
Comments
Dear Hami, in my hands, with the example data from the vignette, the command works properly and produces one file containing two tracks. However, the tracks have the same name; is that the cause of your problem? Have a nice day, -- |
hmm... I only can download CAGE Tag cluster file which are not divided into two strands even though I export the data after split them into two. When I open the file, it has only positive numbers. I thought I don't have to specify which strand I want to download if I use export.bedGraph command. Thank you, Best |
Can you try something like:
If it works I will correct the documentation and try to add a function for such strand splitting. |
Can you double-check that the minus-strand information is present in the data you send to the UCSC browser? On my computer, with CAGEr's example data I have:
Also, if I remember well the previous version of CAGEr was exporting the plus and minus strand in separate files. You can still do that too with something like:
|
Sorry, I checked again with UCSC browser and minus strand exists! so the last code you gave me works! Thank you |
Hello, I am trying to export to the BedGraph File.
However, I only receive tag cluster file not divided into two strands.
This is what I did
Same thing happens when I used rtracklayer::export.bedGraph(trk, "Adult_brain_1S.bedGraph")
How can I get a bedGraph file of two different strands?
Thank you
The text was updated successfully, but these errors were encountered: