GenomicAnnotationsSortAndCleanNA {PREDA}R Documentation

sort annotations according to selected chromosomes and to remove genes containing any NA annotation field

Description

sort annotations according to selected chromosomes and to remove genes containing any NA annotation field

Usage

# GenomicAnnotationsSortAndCleanNA(.Object, sorting_position_column="start")

GenomicAnnotationsSortAndCleanNA(.Object, ...)

Arguments

.Object

An object of class GenomicAnnotations or any object inheriting from GenomicAnnotations

...

See below

sorting_position_column:

Annotations slot used to sort data within each chromosome. Possilbe values include "start", "end" or "position" (the last one for GenomicAnnotationsForPREDA objects)


[Package PREDA version 1.38.0 Index]