easyRNASeq-global-variables {easyRNASeq} | R Documentation |
The package creates the following objects when attached
GTF.FIELDS
ANNOTATION.TYPE
libname |
a character string giving the library directory where the package defining the namespace was found. |
pkgname |
a character string giving the name of the package. |
These objects hold the following information
GTF.FIELDS c("gene_id","transcript_id","exon_id","gene_name")
ANNOTATION.TYPE c(mRNA="mRNA",exon="exon")
and are designed as global variables to expose the fact that they are hardcoded. There exist as placeholder in case a user would require different values for these.
.onAttach
in the base
package.