slogosR | R Documentation |
This function creates slogs plot on the basis of the output of gibbsR function
slogosR(
group = c("sudo", "docker"),
scratch.folder,
gibbsCoresPath,
resFolderCustom = "NULL"
)
group |
a character string. Two options: sudo or docker, depending to which group the user belongs |
scratch.folder |
a character string indicating the path of the scratch folder |
gibbsCoresPath |
Path to the cores folder that is generated as part of the results of gibbsR function. |
resFolderCustom |
optional parameter. Default will store the results in fastqPath otherwise will store the results in resFolderCustom path. |
an indexed genome compliant with 10XGenomics cellranger
Luca Alessandrì
## Not run:
library(rCASC)
dir.create("scratch")
scratch.folder=paste(getwd(),"scratch",sep="/")
gibbsCoresPath=paste(getwd(),"fastq",sep="/")
resFolder=paste(getwd(),"resFolder",sep="/")
dir.create(resFolder)
newFolder=paste(results,"res",list.files(paste(results,"res",sep="/")),"cores",sep="/")
slogosR(group="docker",scratch.folder,newFolder,resFolderCustom=newFolder)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.