Description Usage Arguments Value Author(s) References Examples
View source: R/validate_association.R
verifies if the input structure has two columns, if there are no NAs or NULLs and if thre are no duplicated associations
1 | validate_association(entity.attribute, message = TRUE)
|
entity.attribute |
data frame or matrix with 2 columns The assumption is that first column represent some 'entities' like gene names or gene ids. And the second column represents 'attributes' of entities (for example Gene Ontology ID 'GO:0007260' which is 'tyrosine phosphorylation of STAT protein') |
message |
a logical. If set to TRUE will print a message in case of succesfull validation. |
Returns TRUE and print "Validation OK!" message in case of scuccess. Otherwise stops with an explanatory message.
Adrian Pasculescu
Gibbons, F.D. and Roth F.P., (2002) Judging the Quality of Gene Expression-Based Clustering Methods Using Gene Annotation. Genome Research, vol. 12, pp1574-1581.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.