Description Usage Arguments Details Value References See Also Examples
Store the available species and current GO annotations from a custom table file
1 |
file |
custom GO annotation file |
This function load a custom GO annotation database table with columns:
custom taxonomic identifiants
custom gene identifiants
Known GO identifiants (see select(GO.db,columns=columns(GO.db),keys=keys(GO.db))
Known GO evidence codes
a genomic_ressource-class
object required by annotate
.
Matt Dowle and Arun Srinivasan (2017). data.table: Extension of 'data.frame'. R package version 1.10.4. https://CRAN.R-project.org/package=data.table.
Other genomic_ressource: Bioconductor2GO
,
Ensembl2GO
, EntrezGene2GO
,
Uniprot2GO
, annotate
,
available_organisms
,
genomic_ressource-class
,
taxonomy
1 2 3 4 5 6 7 8 | ###################
# Download custom GO annotations
Custom<-ViSEAGO::Custom2GO(
system.file(
"extdata/customfile.txt",
package = "ViSEAGO"
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.