Description Usage Arguments Value Examples
Remove experimental PDB files of low quality
1 | pdbExFilter(pdb_EX, pident0 = 100, mismatch0 = 0, resolution0 = 3.4)
|
pdb_EX |
A dataframe contains paramters for each experimental pdb file |
pident0 |
Identity between target protein sequence and the residues sequence included in experimental PDB files |
mismatch0 |
Mismatch between target protein sequence and the residues sequence included in experimental PDB files |
resolution0 |
Resolution of PBB file |
A dataframe contain the experimental PDB files of high quality
1 2 | s1 = data.frame(pident=c(99,98,100),mismatch=c(2,3,0), Resolution=c(6,2,3), stringsAsFactors = FALSE)
pdbExFilter(pdb_EX=s1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.