saf_from_paths {Rgff} | R Documentation |
Generates SAF formatted data from a features path file for the given blocks and features
Description
This function creates a SAF file from a features path file for the given blocks and features
Usage
saf_from_paths(
pathsFile,
groupBy = c("mRNA", "gene"),
block = c("exon", "CDS")
)
Arguments
pathsFile |
Path to the input features path file |
groupBy |
Vector of features to group by in feature count |
block |
Vector of features to be used as block in feature count |
Value
SAF formatted data frame for the given blocks and features
[Package Rgff version 0.1.7 Index]