-
Notifications
You must be signed in to change notification settings - Fork 12
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
Questions about structure files of customized databases #68
Comments
level1 need to be unique, so two seq1 is not allowed. Your second construction seems fine. |
Thank you very much for your quick reply! Another question is that what's the difference between '--structure1(single component)', '--structure2(two-component)' and '--structure3 (multi-component)'. The help page does not detail this. |
|
All genes listed in the two-component.txt file will be weighted by a factor of 0.5. The structure of the three files (single, two, multi) is identical, the only difference it the weight (1, 1/2, 1/3) applied when calculating the abundance. |
Thanks, that's clear! |
Hi, I have a question about the structure files of customized databases. According to the Readme, the first column of the structure file should be sequences ID. Does this need to be unique? How can we deal with the situation that a sequence has several different types? For example, should I construct the structure file like:
level1 level2 level3
seq1 subtype1 type1(Ni)
seq1 subtype1 type2(Co)
or
level1 level2 level3
seq1 subtype1 type1(Ni),type2(Co)
Looking forward to your reply, Thank you!
The text was updated successfully, but these errors were encountered: