rsemBw | R Documentation |
This function executes the docker container rsemstar where RSEM is installed and create a bigwig file for genomic data visualization
rsemBw(
group = c("sudo", "docker"),
bam.folder = getwd(),
scratch.folder = "/data/scratch"
)
group |
a character string. Two options: |
bam.folder |
a character string indicating where BAM SORTED file is located |
scratch.folder |
a character string indicating the scratch folder where docker container will be mounted |
output.bw, which is the bigwig
## Not run:
#downloading fastq files
rsemBw(group="docker",bam.folder=getwd(), scratch.folder="/data/scratch")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.