Description Usage Arguments Value Examples
View source: R/importFilesPredictionTool.R
The function importUroborus is specifically designed to reaad and adapt the UROBORUS v2.0.0 output file (circRNA_list.txt). See https://github.com/WGLab/UROBORUS for more details.
1 | importUroborus(pathToFile)
|
pathToFile |
A character string specifying the path to the file containing the detected circRNAs. |
A data frame.
1 2 3 4 5 6 7 | # Path to an example file containing circRNA detected by UROBORUS
pathToFile <- system.file("extdata", "uroborus/circRNAs_001.txt",
package="circRNAprofiler")
# Inner function.
# Import circRNAs.
importUroborus(pathToFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.