-
Notifications
You must be signed in to change notification settings - Fork 3
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
shorten rownames #73
Comments
I wrote some code that does the following:
|
Thanks for this, I'll look forward to the implementation and PR |
Okay, the rows (usually) aren't summed anymore. In In |
I just notized a problem: The |
It would be nice to have a test for this problem too. Even just a line count of the two datasets, and if they're not the same output an error. Short names look good for me so far.
|
The rownames in the output csv's as well as the bacteria names in the heatmaps are very long.
e.g
1_AE015929_1_Staphylococcus_epidermidis_ATCC_12228__BAC
1_CP007601_1_Staphylococcus_capitis_subsp__capitis_strain_AYP1020__BAC
1_AP011540_1_Rothia_mucilaginosa_DY_18_DNA__BAC
they could be shortened to something like
Staphylococcus epidermis
Staphylococcus capitis subsp capitis
Rothis mucilaginosa
The text was updated successfully, but these errors were encountered: