R/variant_list_Y.r

#' Toy example of data.frame
#'
#' @name variant_list_Y
#' @format A data frame with 5 observations on the following 5 variables:
#'   \describe{
#'     \item{\code{chr}}{Chromosome number (only \code{Y} in this example)}
#'     \item{\code{pos}}{Position on the chromosome (numeric)}
#'     \item{\code{ref}}{Referent nucleotid (\code{A}, \code{C}, \code{G} or \code{T})}
#'     \item{\code{alt}}{Alteration nucleotid (\code{A}, \code{C}, \code{G} or \code{T})}
#'     \item{\code{uniprot}}{Uniprot protein identifier (factor)}
#'   }
#' @docType data
#' @keywords data
NULL

Try the rfPred package in your browser

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

rfPred documentation built on Nov. 8, 2020, 11:11 p.m.