backSplicedJunctions | R Documentation |
A data frame containing genomic coordinates (genome assembly hg19) of
circRNAs detected by three detection tools (CircMarker(cm), MapSplice2 (m)
and NCLscan (n)) in the human left ventricle tissues of 3 controls, 3
patients with dilated cardiomyopathies (DCM) and 3 patients with hypertrophic
cardiomyopathies (HCM). This data frame was generated with
getBackSplicedJunctions
.
data(backSplicedJunctions)
A data frame with 63521 rows and 16 columns
Unique identifier
is the gene name whose exon coordinates overlap that of the given back-spliced junctions
is the strand where the gene is transcribed
the chromosome from which the circRNA is derived
is the 5' coordinate of the upstream back-spliced exon in the transcript. This corresponds to the back-spliced junction / acceptor site
is the 3' coordinate of the downstream back-spliced exon in the transcript. This corresponds to the back-spliced junction / donor site
are the tools that identified the back-spliced junctions
Number of occurences of each circRNA in control 1
Number of occurences of each circRNA in control 2
Number of occurences of each circRNA in control 3
Number of occurences of each circRNA in DCM 1
Number of occurences of each circRNA in DCM 2
Number of occurences of each circRNA in DCM 3
Number of occurences of each circRNA in HCM 1
Number of occurences of each circRNA in HCM 2
Number of occurences of each circRNA in HCM 3
data(backSplicedJunctions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.