rsemBw.Rd
This function executes the docker container rsemstar where RSEM is installed and create a bigwig file for genomic data visualization
a character string. Two options: "sudo"
or "docker"
, depending to which group the user belongs
a character string indicating where BAM SORTED file is located
a character string indicating the scratch folder where docker container will be mounted
output.bw, which is the bigwig
if (FALSE) {
#downloading fastq files
rsemBw(group="docker",bam.folder=getwd(), scratch.folder="/data/scratch")
}