how to calculate TM-score to p-value?
Hey is there simple way to calculate pvalue from tmscore? cheers
tmscore
pdb
protein
structure
• 1,041 views
•
link
updated
by
kvcsnandi •
•
written
by
Xylanaser
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
how can I build twin complex of complex of two proteins? (A:B) + (A:B) = (A:B:B:A)
written by Xylanaserhey I need to build complex of two heterodimers, i know that homologue complex pdb assembles in that way. In short: (A:B) + (A:B) = …
-
search for palindromic sequences - Inverted Repeats Finder or good alternative?
written by Xylanaserhey i need to find short (4 nucleotides) palindromic repeats in my genome. I tried Inverted Repeats Finder but it is resaulting in too long …
-
split pdb into submodels
written by XylanaserHey is there standalone program which split pdb into parts? I mean like one protein sequence for example into two something like http://www.bioinformatics.org/sms2/split_fasta.html but for …
-
blastpgp -b parameter?
written by Xylanaserhey do you know what is for -b parameter in blastpgp? blastpgp -d db -a 6 -e 0.005 -h 0.005 -j 5 -v 50 -b …
-
Pfam - get only one representative fasta sequence per family
written by XylanaserHey can u help me with getting only one representative fasta sequence per family? Is there way to simply do that? cheers X
-
how to get secondary structure from DSSP?
written by XylanaserHey. Is there quick way (biopython or something) to retrive secondary structure from dssp file? eg 'HHHHHHHHHHEEEEEEEEEEEECCCCCCCCHHHHHHEEEEEEEEE' I need to get SS by pdb id …
-
standalone CDsearch version?
written by XylanaserHey is it somewhere a CDsearch standalone version? Or i need simulate it somehow with BLAST? Can u give me advice? cheers
-
mRNA to protein
written by XylanaserHey 1. How can I translate mRNA (fasta) to protein? I mean i have transcriptome. I want to turn it to proteome. Is there any …
-
Biopython TimeExceptionError how to handle?
written by XylanaserHey how can I handle TimeExceptionError in biopython? I am downloading abstracts and sometimes it occurs. Cheers and thanks
-
synonymous vs nonsynonymous substitutions , Ts/tv etc
written by holzdan •Hey somebody knows a simple tool for windows to calculate standard statistics for a given alignment like synonymous/nonsynonymous substitutions , transversion / transition ratio etc.... …
You can calculate p-value in a lot of ways. Can you be more specific? Do you want to know if the proteins are in the same fold? Do you have many Tm scores and want to know if they are normaly distributed? Do you want to calculate Cumulative normal distribution and know what proportion of a normally-distributed population is less than a given TM-score value ? Just some example.