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())

Arguments

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.

Value

the bed files of the reference genome for STARChip analysis

Examples

if (FALSE) { starChipIndex(group="docker", genome.folder="/data/genomes/hg38star") }