get.strict.biofilter {metaseqR}R Documentation

Group together a more strict biotype filter

Description

Returns a list with TRUE/FALSE according to the biotypes that are going to be filtered in a more strict way than the defaults. This is a helper function for the analysis presets of metaseqR. Internal use only.

Usage

    get.strict.biofilter(org)

Arguments

org

one of the supported organisms.

Value

A list of booleans, one for each biotype.

Author(s)

Panagiotis Moulos

Examples


sf <- get.strict.biofilter("hg18")


[Package metaseqR version 1.30.0 Index]