Description Usage Arguments Value Examples
View source: R/importFilesPredictionTool.R
The function importOther() is designed to read output file from a annotation-based circRNA detection tool. The user after the detection of the crcRNAs must format the output file, so that it has the following columns with header: gene, strand, chrom, startUpBSE, endDownBSE and coverage. If more columns are present they will be discared.
1 | importOther(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 circRNAs
pathToFile <- system.file("extdata", "other/circRNAs_001.txt",
package="circRNAprofiler")
# Inner function.
# Import circRNAs
importOther(pathToFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.