Learn R Programming

GenoView (version 1.6.0)

sample.mut.df: Sample hg19 TP53 missense mutations dataset

Description

Data.frame containing hg19 human genome TP53 missense mutations, to be used in examples and vignette

Usage

data(sample.mut.df)

Arguments

Format

A data frame with 10 observations on the following 7 variables.
ids
a factor with sample ID
seqnames
a factor with chromosome locations
start
a numeric, integer vector
end
a numeric, integer vector
width
a numeric, integer vector
strand
a factor with levels - +
midpoint
a numeric vector

Examples

Run this code
## Not run: 
# data(sample.mut.df)
# ## End(Not run)

Run the code above in your browser using DataLab