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

Input matrix header / rownames #1

Closed
blmoore opened this issue Jun 23, 2015 · 2 comments
Closed

Input matrix header / rownames #1

blmoore opened this issue Jun 23, 2015 · 2 comments

Comments

@blmoore
Copy link

blmoore commented Jun 23, 2015

Supplying a raw matrix of numbers throws ERROR: Must supply headered matrix!

Does this mean inputs must have headers in the format of your example inputs (something like bin#|genome|chr:bp-bp)? Would be helpful to document either way (apologies my perl is too rusty to figure this out from the source).

@blajoie
Copy link
Collaborator

blajoie commented Jun 23, 2015

Yes the matrix must have headers.
(will add additional documentation - sorry!)

Header format is:
name|assembly|chr:start-end

e.g.
bin1|hg19|chr1:200000-240000
(header name must be unique)

This script only works on symmetrical, binned data (fixed size bin).

@blmoore
Copy link
Author

blmoore commented Jun 23, 2015

Great, thanks!

@blmoore blmoore closed this as completed Jun 23, 2015
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