R/deprecated.R

#####################
## Deprecated
#####################
#setMethod("forcePairwise", signature=c("HTCexp"), definition=function(x){
#    .Deprecated("forcePairwise")
#})


#####################
## Defunct
#####################

##seq_name
setMethod("seq_name", signature=c("HTCexp"), definition=function(x, ...){
    .Defunct("seqlevels")
})

## Normalized per zscore
setMethod("normPerZscore", signature=c("HTCexp"), definition=function(x, ...){
    .Defunct("normPerExpected")
})

## Export Method
setMethod("export", signature("HTCexp", "character"), function(object, con){
    .Defunct("exportC")
})

Try the HiTC package in your browser

Any scripts or data that you put into this service are public.

HiTC documentation built on Nov. 8, 2020, 8:27 p.m.