Description Usage Arguments Details Value Examples
A list of annotations for genomic features relevant to R-loops. Both mm10 and hg38 annotations are available.
1 |
quiet |
If TRUE, messages are suppressed. Default: FALSE. |
R-Loop binding proteins (RLBPs) are proteins which were discovered by mass-spectrometry after S9.6 immuno-precipitation (S9.6 is an antibody that binds R-loops). The data were aggregated from three studies which analyzed RLBPs in this manner:
The data were downloaded from the supplementary materials of each study and processed using custom R scripts as part of the RLBase-data pipeline. This processing involved normalization of mass-spec abundance calculations and the derivation of a "combined score" for ranking all the proteins.
geneName | NADEL.2015 | WANG.2018 | CRISTINI.2018 | combinedScore |
DDX21 | 0.9 | 0 | 0.968 | 1.87 |
DHX9 | 0.85 | 0.0635 | 0.831 | 1.74 |
... | ... | ... | ... | ... |
Columns:
geneName
The official HGNC symbol of the RLBP
NADEL.2015
Normalized abundance of protein from Nadel et al., 2015
WANG.2018
Normalized abundance of protein from Wang et al., 2018
CRISTINI.2018
Normalized abundance of protein from Cristini et al., 2018
combinedScore
Sum of normalized abundance across studies.
A tbl
object. See details.
1 | rlbpsData <- rlbps()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.