getSRAReadsWithRegion: The reads in the specified region in an SRA record.

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

This returns the all reads in the specified region.

Usage

1

Arguments

acc

An accession or a path to an actual SRA file (with .sra suffix)

start

Start position (inclusive)

stop

End position (inclusive)

ref

The reference name

Value

the reads in the collection

Examples

1
getSRAReadsWithRegion('SRR789392','NC_000020.10', 62926240, 62958722)

NCBI-Hackathons/SRA2R documentation built on May 7, 2019, 5:18 p.m.