How to compute convergence in phylogeny in R?
I'm struggling to compute statistical significance and convergence in phylogeny. This will support my computed phylogenetic distances. I have used DECIPHER algorithm.
phylogeny
r
decipher
• 1,807 views
•
link
updated
by
gbl1
8
• |
written
by
arpankbasak
1
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Outgroup for phylogeny
written by Jaykumar 5Can anybody guide me on how to decide on which genome to use as outgroup for plotting rooted phylogeny? Does the outgroup has to be …
-
ADMIXTURE zsh:abort error
written by Whirlingdaf 6Hi, I am attempting run ADMIXTURE and continue receiving a (new to me) error that I cannot seem to figure out: ``` Cross-validation will be …
-
Admixture: "PLINK Input file error"
written by dec986 38I'm attempting to run the admixture program with 1000 genomes thus: admixture --supervised tmp_bcftools_norm.ped 26 and I get the error: **** ADMIXTURE Version 1.3.0 **** …
-
Is it me or everyone, DECIPHER package holds good for GenBank format, especially for nucleotides.
written by arpankbasak 1Hi, I'm struggling here working with amino acid sequences and DECIPHER package. I figured DECIPHER works smoothly when the format is GenBank. Which can be …
-
How to design degenerative primer in R?
written by arpankbasak 1I'm struggling to design a degenerative primer in R, I have 8 sets 585 aa seq, for which I have to generate degenerative primers, I …
-
Admixture - Abort trap: 6
written by Andrew Veale 3I have just installed Admixture, and it fails to run on my data files, giving the following output: ou056055:public veaan84p$ ./admixture --cv public.mm.bysubspecies.bed 5 **** …
-
get clade corresponding to sequence
written by miviand23 0this is the situation: Let's suppose we have an alignment. When a phylogeny tool (PhyML in this case) is used on this aln, a tree …
-
Compute test-score statistical significance using control-scores from shuffled population
written by Bade 4I am not a statistician therefore need your help in computing statistical significance of my data. Suppose I have 2 baskets (B1 and B2) on …
-
Whole Genome Vs Targeted Gene Sets For Phylogenetics In A Virus-Host Response Analysis
written by pld 511<p>I am interested in mapping host responses to viral infection against a phylogenetic tree. In theory, the responses should cluster in unity with the tree. …
-
How To Check The Reliability Of A Phylogenetic Tree
written by Kash 11<p>Hi all,</p> <p>I draw phylogenetic trees using MEGA. Other than the bootstrap value I could not find any way to check it's reliability. </p> <p>Are …
Phylogenetic distances are tuff on R.
I made a package for my case, as nothing existed. What is your personal case? maybe I could help… What kind of marker are you using?
Firstly, queries are aa seqs (Enzyme to be more specific), so the variation in the active site will be my marker. If you could send me the git_link of your package I'll try my luck. DECIPHER is an independent package, you can do almost everything with it, but it is not that versatile when it comes to AAstringset.
Well my package is dealing with dominant markers, but if you want to see if any function might be helpful : https://github.com/giby/Linarius/
there are a lot of protein specific computation… Try to get a ppt of a class about it… from last time I delt with it, I remember about blossum…
Thanks..!! I'll go through it.