R/palmscan.df.R

#' palmscan.df
#'
#' An S4-Object defining the palmscan data.frame. Read from .fev files
#' with the read.fev() function.
#'
#'  df.cols <- c(
#'  "score", "query", "gene",	"order", "confidence",
#'  "qlen",	"pp_start",	"pp_end",	"pp_length",
#'  "v1_length", "v2_length",
#'  "pssm_total_score", "pssm_min_score",
#'  "motifs",	"super", "group", "comments" )
#'
#'
#' @slot fev palmscan fev
#' @keywords palmid palmscan fev data.frame
#' @import dplyr ggplot2
#' @export
#' @rdname palmscan.df
#palmscan.df <- methods::setClass(Class = "palmscan.df",
#                 slots = c(fev = "data.frame"))

Try the palmid package in your browser

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

palmid documentation built on Oct. 15, 2021, 9:06 a.m.