-
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
LTR Age output #36
Comments
The exemplar is the representative of the family, and by default the age command will try to calculate the age of only the exemplars for efficiency. However, if you run the command with The age value is in years, so in this case, the age of the element is estimated to be 2,355,000 years old (or since insertion). Note that the age is dependent on the substitution rate, so you will get the most accurate results by researching what that value is for your species and also passing that as an option to the 'age' command. The default value may not make sense for your species, so pay special attention to this option. |
Hi Evan, thanks for your reply. And additionally, what do you mean by adding the value of my species? Is this option valid for the --all option? Thanks! |
Yes, there are a number of options to the age command, and you can see these by executing
So, to change the substitution rate and calculate the age of all elements with 12 threads, you could do something like:
|
Thanks evan! |
Hi Evan, Indeed, all the elements have their own age. Is the age file with only the examplar age include singletons? Are the singletons complete LTRs but with only one member in the family? Should I include them? And also I found something strange in the age per se. The first run, had an age range between 0- 10 millions years approx. and this run have a range between 0 - 100 millions! I saw the numbers and it appears to have an extra 0 in all the numbers. For instance:
Could be this an error? Best Diego |
No, the exemplars are from multi-copy families, so they do not include singletons.
Yes, that's right. The singletons are single-copy elements not belonging to any family. I would include all the elements if possible because this will give you a broader view of the age distribution. This is not the default because it can be time-consuming to calculate for hundreds of thousands of elements. Concerning the difference in ages, I would expect differences with a different sample of elements. Though, the confusion about the variation is puzzling because I'm not sure this is the same element. Could you share the age file, and also the classified LTR headers? You can create that list like so:
You can share those files here or by email, whichever you prefer. |
Hi Evan, thanks for the reply |
Yes! That is the reason for the difference, so it's not an error. |
Hi Evan
I was wondering if you could explain me the LTR age output.
How is it calculate the age in each LTR family? The summary file have these columns:
Superfamily Family Family_size ElementID Divergence Age Ts:Tv
Copia RLC_family0 43 RLC_family0_exemplar 0.0471 2355000 3.2242
This particular family have 43 elements (family_size), however there is only one exemplar (ElementID) element. What is the Age value? Is the age from one element? Or the average for all 43 elements in that family? How is it calculate?
Best
Diego
The text was updated successfully, but these errors were encountered: