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

abundance histogram output from normalize-by-median #376

Closed
chuckpr opened this issue Apr 6, 2014 · 3 comments
Closed

abundance histogram output from normalize-by-median #376

chuckpr opened this issue Apr 6, 2014 · 3 comments

Comments

@chuckpr
Copy link
Contributor

chuckpr commented Apr 6, 2014

It would be nice to get the output that abundance-dist gives without having to call abundance-dist (or abundance-dist-single). E.g. could normalize-by-median output the k-mer count information to make a k-mer abundance histogram?

@ctb
Copy link
Member

ctb commented Apr 6, 2014

On Sun, Apr 06, 2014 at 04:00:53AM -0700, chuckpr wrote:

It would be nice to get the output that abundance-dist gives without having to call abundance-dist (or abundance-dist-single). E.g. could normalize-by-median output the k-mer count information to make a k-mer abundance histogram?

Unfortunately, no. Both abundance-dist and abundance-dist single require
the allocation of additional memory and another pass across the data, neither
of which fit within normalize-by-median's remit (or are good ideas for large
data sets :)

--t

C. Titus Brown, ctb@msu.edu

@ctb
Copy link
Member

ctb commented Apr 6, 2014

On Sun, Apr 06, 2014 at 04:00:53AM -0700, chuckpr wrote:

It would be nice to get the output that abundance-dist gives without having to call abundance-dist (or abundance-dist-single). E.g. could normalize-by-median output the k-mer count information to make a k-mer abundance histogram?

Note, however, that the 'savetable' from normalize-by-median can be used as
input into abundance-dist. This should be added to the docs.

@mr-c
Copy link
Contributor

mr-c commented Jun 25, 2014

Fixed by f4efd19

@mr-c mr-c closed this as completed Jun 25, 2014
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

3 participants