read_saf: Read a SAF file into a GRangesList.

View source: R/file_format_io.R

read_safR Documentation

Read a SAF file into a GRangesList.

Description

The SAF format is described in Rsubread::featureCounts().

Usage

read_saf(filename, ...)

Arguments

filename

The file name to read

...

Additional arguments are passed to read_table_general().

Value

a GRangesList with one element for each GeneID, containing the ranges for that gene.


DarwinAwardWinner/rctutils documentation built on July 22, 2022, 5:19 a.m.