View source: R/PipelineParts.R
getCandidateuORFs | R Documentation |
Step 2 of uORFome pipeline
getCandidateuORFs(
folder = regionUORFsFolder,
startCodons = "ATG|CTG|TTG|GTG|AAG|AGG|ACG|ATC|ATA|ATT",
stopCodons = "TAA|TAG|TGA",
BPPARAM = bpparam()
)
folder |
folder to save, default .GlobalEnv arugment: regionUORFsFolder |
startCodons |
default "ATG|CTG|TTG|GTG|AAG|AGG|ACG|ATC|ATA|ATT", set to "ATG|CTG|TTG|GTG" for a more certain set. |
stopCodons |
default "TAA|TAG|TGA" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.