View source: R/PipelineParts.R
createCatalogueDB | R Documentation |
Step 4 of uORFome pipeline The rows of tables will always be uORFs in order as the candidate uORF file For transcripts it will be the transcript order in cageTx
createCatalogueDB(
df.cage,
dataBaseFolder = get("dataBaseFolder", envir = .GlobalEnv),
idFolder = get("idFolder", envir = .GlobalEnv),
dataFolder = get("dataFolder", envir = .GlobalEnv),
leadersFolder = get("leadersFolder", envir = .GlobalEnv)
)
df.cage |
ORFik experiment of CAGE, set to NULL if you don't have CAGE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.