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

as.MSnSet(DEprot.object, ...)

Arguments

DEprot.object

An object of class DEprot or DEprot.analyses.

...

Any other parameter accepted by export.external.

Value

An MSnSet object.

See also

Author

Sebastian Gregoricchio

Examples

if (FALSE) { # \dontrun{
ms <- as.MSnSet(dpo, counts.type = "imputed")
} # }