RICdata
packageRICdata
is a experimental package that contains the data for RIC analysis.
install_github("demar01/RICdata")
Once installed, load the package
library("RICdata")
|Data |Description | |:-----------------------|:--------------------------------------------------------------------------------------------------------------------| |WCLpeptides.raw |Whole cell lysate proteomes of SINV-infected cells from Garcia-Moreno et al. 2019 | |RICpeptides.raw |RNA-bound proteomes of SINV-infected cells from Garcia-Moreno et al. 2019 | |ENSG2category |ENSG annotation with GO categories from mRNAinteractomeHeLa | |miniProtFeatures |Reduced protein feature annotation from RBDmap | |Index |Index annotation of amino acid 4kmer length |
Load data is loaded into R
by typing
data("WCLpeptides.raw")
To get more information about each dataset, see its manual page
?WCLpeptides.raw
## or
help("WCLpeptides.raw")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.