Hi,
I am trying to figure out how to compute conservation of sequence in and around motif across multiple sites, but within the same species, the same as the conservation plot here:
(C, middle)
They used phyloP. However, that requires model of substitution, e.g. neutral.mod. That can be done via phyloFit, but I am only interested in 1 species, in this case Arabidopsis and I am not sure what to use to compute model! I don't think using coding sequence of homologs is right, because I am looking into promoter sequences. So what I was trying to do is to use all of my sites for a motif(~1000) each about 50 bp long to estimate this model.
As soon as I run phyloFit with 4 FASTA sequences it complains:
"ERROR: --tree required"
So I am not sure how to generate model using phyloFit and multiple sequences from the same species.
Then, let's say I have model, I also have aligned my 50bp sites using some multiple aligner and run:
phylop model.mod in.fasta
Returns:
ERROR: no match for leaves of tree in alignment.
I don't understand how it relates leaves in the tree that is generated by phyloFit and the inputs to phyloP. Any help would be greatly appreciated.
Alex
I am trying to figure out how to compute conservation of sequence in and around motif across multiple sites, but within the same species, the same as the conservation plot here:
(C, middle)
They used phyloP. However, that requires model of substitution, e.g. neutral.mod. That can be done via phyloFit, but I am only interested in 1 species, in this case Arabidopsis and I am not sure what to use to compute model! I don't think using coding sequence of homologs is right, because I am looking into promoter sequences. So what I was trying to do is to use all of my sites for a motif(~1000) each about 50 bp long to estimate this model.
As soon as I run phyloFit with 4 FASTA sequences it complains:
"ERROR: --tree required"
So I am not sure how to generate model using phyloFit and multiple sequences from the same species.
Then, let's say I have model, I also have aligned my 50bp sites using some multiple aligner and run:
phylop model.mod in.fasta
Returns:
ERROR: no match for leaves of tree in alignment.
I don't understand how it relates leaves in the tree that is generated by phyloFit and the inputs to phyloP. Any help would be greatly appreciated.
Alex
Comment