View source: R/starChipIndex.R
starChipIndex | R Documentation |
This function prepare the genome bed file for starchip, the GTF must be the one used by starChimeric
starChipIndex(group = c("sudo", "docker"), genome.folder = getwd())
group |
a character string. Two options: sudo or docker, depending to which group the user belongs |
genome.folder |
a character string indicating the folder where the indexed reference genome for STAR is located. |
the bed files of the reference genome for STARChip analysis
Raffaele Calogero, raffaele.calogero [at] unito [dot] it, Bioinformatics and Genomics unit, University of Torino Italy
## Not run:
starChipIndex(group="docker", genome.folder="/data/genomes/hg38star")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.