| readMiRBaseMatureAnnotation {srnadiff} | R Documentation |
Segmentation using an miRBase annotation file and use mature miRNAs.
readMiRBaseMatureAnnotation(fileName)
fileName |
The annotation file name in GFF/GTF format. |
A GRanges.
dir <- system.file("extdata", package="srnadiff", mustWork = TRUE)
gffFile <- file.path(dir, "mirbase21_GRCh38.gff3")
annotation <- readMiRBaseMatureAnnotation(gffFile)