writeListOfGAlignments: export list of GAlignments into bam files

Description Usage Arguments Value Author(s) Examples

Description

wraper for export to export list of GAlignment into bam files.

Usage

1
writeListOfGAlignments(objs, outPath = ".")

Arguments

objs

A list of GAlignments.

outPath

character(1). Output file path.

Value

status of export.

Author(s)

Jianhong Ou

Examples

1
2
3
4
5
library(GenomicAlignments)
gal1 <- GAlignments(seqnames=Rle("chr1"), pos=1L, cigar="10M",
                    strand=Rle(strand(c("+"))), names="a", score=1)
galist <- GAlignmentsList(a=gal1)
writeListOfGAlignments(galist)

jaime11/Transcription-Factor-Footprinting documentation built on May 31, 2019, 8:48 p.m.