Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/clValid-functions.R
This function reads in a biological annotation file detailing the functional classes for a given set of genes from a comma separated file.
1 | readAnnotationFile(filename)
|
filename |
The name of the external file. The values must be comma separated. |
The required format is comma separated, with the first column indicating the biological functional category, and the remaining columns containing the gene identifiers for those genes belonging to that category.
Returns a list where each item in the list is the set of genes
belonging to a particular functional class. This can be converted to a
TRUE/FALSE matrix using the annotationListToMatrix
function, though it is not necessary to do this prior to using
clValid
.
Guy Brock, Vasyl Pihur
annotationListToMatrix
, clValid
1 | ## For example use, see the package vignette
|
Loading required package: cluster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.