View source: R/circexplorer2.R
CIRCexplorer2 | R Documentation |
This function executes the circexplorer2 docker container which parses the fusion file generated by STAR or BWA and extracts circRNA coordinates
CIRCexplorer2(
group = c("sudo", "docker"),
scratch.folder,
data.folder,
fusion.file,
used.aligner = c("STAR", "BWA")
)
group |
a string. Two options: |
scratch.folder |
a string indicating the scratch folder where docker container will be mounted |
data.folder |
a string indicating the path of the output folder |
fusion.file |
a string indicating the path of the fusion file. If the used aligner was BWA, the fusion file is the resulting sam file, whereas the used aligner was STAR, the fusion file is the Chimeric.out.junction file |
used.aligner |
a string indicating the aligner used to generate the junctions.file. Supported aligners are STAR and BWA |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.