Description Details Slots Author(s)
The S4 object stores information about mapped loci per transcript region.
The txLoc
S4 object contains the following four slots:
loci
: A list
of DataFrame
objects, each with
the following columns:
locus_in_txx_region
: A GRanges
object
locus_in_genome
: A GRanges
object
score
: A numeric
vector
id
: A character
vector
tx_region
: A character
vector
tx_region_width
: An integer
vector
tx_region_sequence
: A DNAStringSet
object
tx_refseq
: A character
vector
gene_entrez
: A character
vector
gene_symbol
: A character
vector
gene_ensembl
: A character
vector
gene_name
: A character
vector
The loci
slot can be accessed using GetLoci(txLoc)
.
id
: An identifier specified by the user. The id
slot
can be accessed using GetId(txLoc)
.
refGenome
: The reference genome version (e.g.
"hg38"
), which determines the mapping between genomic and
transcriptomic coordinates. The refGenome
slot can be accessed
using GetRef(txLoc)
.
'version': A version identifier; currently this slot is used to
to store the current system time & date. The version
slot can be
accessed using GetVersion(txLoc)
.
loci
A list
of DataFrame
objects; see 'Details'.
id
A character
string; see 'Details.
refGenome
A character
string; see 'Details'.
version
A character
string; see 'Details'.
Maurits Evers, maurits.evers@anu.edu.au
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.