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

user question: can we get the k-mer counts per input sample? #6

Open
ctb opened this issue Jul 2, 2020 · 0 comments
Open

user question: can we get the k-mer counts per input sample? #6

ctb opened this issue Jul 2, 2020 · 0 comments

Comments

@ctb
Copy link
Member

ctb commented Jul 2, 2020

question:

Does your pipeline have a way to output k-mer signature matrices (k-mer counts per input sample)? We can only seem to pull out the pairwise similarity matrices between samples.

answer from taylor:

The counts per sample information is located in the output folder: outputs/filt_sigs_named_csv.
There is one CSV per sample, and these are unnormalized counts.

There is also a normalized count matrix here: "outputs/hash_tables/normalized_abund_hashes_wide.feather"
It's in feather format, so you can either use the python or R libraries to read the file into a dataframe. I think the function is read_feather() for both libraries.

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

1 participant