ErResult_methods: accessor functions for objects of ErResult S4 class, outputs...

Description Usage Arguments Slots Examples

Description

accessor functions for objects of ErResult S4 class, outputs of the check_khedel function

accessors for ErResult objects

Usage

1
2
3
4
getRetainedfasta(theObject)

## S4 method for signature 'ErResult'
getRetainedfasta(theObject)

Arguments

theObject

an object of ErResult class

Slots

retained_fasta

sequences with ER retention signals

retained_fasta

sequences with ER retention signals

Examples

1
2
3
4
5
6
7
aa <- readAAStringSet(system.file("extdata","small_prot.fasta",
package = "SecretSanta"), use.names = TRUE)
inp <- CBSResult(in_fasta = aa)
sp <- signalp(input_obj = inp, version = 4, organism = 'euk',
run_mode = 'starter')
er <- check_khdel(sp, pattern = "prosite")
class(er)

gogleva/SecretSanta documentation built on May 30, 2019, 8:02 a.m.