readsToGAlignments: Convert reads to GAlignments.

Description Usage Arguments Value Examples

Description

Note that the Global Alliance for Genomics and Health API uses a 0-based coordinate system. For more detail, please see GA4GH discussions such as the following:

Usage

1
readsToGAlignments(reads, oneBasedCoord = TRUE, slStyle = "UCSC")

Arguments

reads

A list of R objects corresponding to the JSON objects returned by the GA4GH Reads API.

oneBasedCoord

Convert genomic positions to 1-based coordinates.

slStyle

The style for seqnames (chrN or N or...). Default is UCSC.

Value

GAlignments

Examples

1
2
3
4
alignments1 <- searchReads(converter = readsToGAlignments)
summary(alignments1)
alignments2 <- readsToGAlignments(searchReads())
print(identical(alignments1, alignments2))

adamstruck/ga4ghr documentation built on May 10, 2019, 5:51 a.m.