RPprep | R Documentation |
function to prepare the Reactome Pathway file downloaded from the ReactomeDB for downstream use.
RPprep(RP, species_x = "Homo")
RP |
file downloaded from the reactome database or the provided annotation file. If using a a file from the reactome database some NAs will likely result and need to be addressed before continuing. A corrected RP file for Humans is included in the package. |
species_x |
genus of target species. Default is "Homo" (human) |
returns a data frame suitable for use in reactome_prep function
## Not run: RP<-RPprep(RP,"Homo sapiens") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.