Description Usage Arguments Value Examples
This method allows to retrieve annotation from MgsaSets
or GAFReader
class object in form of list contains GO term id's
as keys and Gene ID's as values
1 2 3 4 5 6 7 8 9 10 11 12 13 | getAnnotation(object)
## S4 method for signature 'AnnotationReader'
getAnnotation(object)
## S4 method for signature 'list'
getAnnotation(object)
## S4 method for signature 'MgsaSets'
getAnnotation(object)
## S4 method for signature ''NULL''
getAnnotation(object)
|
object |
- Object of |
list contains GO term id's as keys and Gene ID's as values
1 2 3 4 5 6 7 | ## Not run:
gaf_path <- system.file("extdata", "gene_association.tair.lzma",
package = "FoldGO", mustWork = TRUE)
gaf <- GAFReader(file = gaf_path, geneid_col = 10)
getAnnotation(gaf)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.