View source: R/importFilesPredictionTool.R
importMapSplice | R Documentation |
The function importMapSplice is specifically designed to read and adapt the MapSplice2-v2.2.0 output file (circularRNAs.txt). See https://github.com/davidroberson/MapSplice2 for more details.
importMapSplice(pathToFile)
pathToFile |
A character string specifying the path to the file containing the detected circRNAs. |
A data frame.
# Path to an example file containing circRNA detected by MapSplice2
pathToFile <- system.file("extdata", "mapsplice/circRNAs_001.txt",
package="circRNAprofiler")
# Inner function.
# Import circRNAs.
importMapSplice(pathToFile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.