easyRNASeq-global-variables {easyRNASeq} | R Documentation |
The package creates the following objects when attached
GTF.FIELDS
ANNOTATION.TYPE
TUTORIAL.DATA
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")
TUTORIAL.DATA: The list of files needed for the vignette, help and test pages
and are designed as global variables to expose the fact that they are hardcoded. These exist as placeholder in case a user would require different values for these.
.onAttach
in the base
package.