assayToBigWigs: Dump data as bigWig tracks for (e.g.) igv.js (which can't...

View source: R/assayToBigWigs.R

assayToBigWigsR Documentation

Dump data as bigWig tracks for (e.g.) igv.js (which can't handle multiGCTs)

Description

Dump data as bigWig tracks for (e.g.) igv.js (which can't handle multiGCTs)

Usage

assayToBigWigs(x, assay = 1, genome = NULL, onlycg = TRUE)

Arguments

x

a RangedSummarizedExperiment-like object of some sort

assay

name or index of an assay to dump (default: assays(x)[1])

genome

(optional) genome to use (default: look in genome(x))

onlycg

(optional) only dump CpG probes (for methylation)? (TRUE)

Value

list a list of filenames dumped


ttriche/sesamizeGEO documentation built on Nov. 12, 2023, 5:42 p.m.