Shortcut for export.external(..., format = "QFeatures").

as.QFeatures(DEprot.object, ...)

Arguments

DEprot.object

An object of class DEprot or DEprot.analyses.

...

Any other parameter accepted by export.external.

Value

A QFeatures object.

See also

Author

Sebastian Gregoricchio

Examples

if (FALSE) { # \dontrun{
qf <- as.QFeatures(dpo, assay.name = "proteins")
} # }