Description Usage Arguments Value Examples
Check format according to criteria: i. Is a matrix, ii. Is numeric,
iii. Has 20, 21 or 22 columns, iv. Column names only contain allowed
amino acid residues 'ARNDCQEGHILKMFPSTWYV'
| 1 | pssm_check(PSSM)
 | 
| PSSM | A Position Specific Scoring Matrix | 
TRUE if checks are passed, otherwise stop() is called with a message
| 1 2 3 | pssm = pssm_empty()
pssm[1:9,1:20] = rnorm(180)
pssm_check(PSSM = pssm)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.