You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
Hi Brian I have used your software for many years but was wondering if it had this capability.
I have a directory of files (48 files, 4 groups each containing 12 samples) containing the output from diamond. I used diamond to perform a blastx search of reads against a protein database. All I want to be able to do is generate counts for each occurrence of each gene identified per sample and create an abundance table containing these counts for all samples.
Hi Brian I have used your software for many years but was wondering if it had this capability.
I have a directory of files (48 files, 4 groups each containing 12 samples) containing the output from diamond. I used diamond to perform a blastx search of reads against a protein database. All I want to be able to do is generate counts for each occurrence of each gene identified per sample and create an abundance table containing these counts for all samples.
Above is what the file looks...It basically has the sequence id extracted from a .fasta file and its corresponding blastx hit.
A buddy created a simple script to do this:
The output of ids_counts looks like this (the numbers represent the number of times the gene was observed):
But I feel like BBMap could do this far more efficiently than doing each sample serially. Can BBMap help me?
The text was updated successfully, but these errors were encountered: