genes_for_conversiontest: A small set of RefSeq genes for converting

Description Usage Format Value Examples

Description

This toy dataset has 100 randomly selected RefSeq genes and can be used to test conversion functionality in SMITE

Usage

1
data("genes_for_conversiontest")

Format

A data frame with 100 observations on the following 1 variables.

column1

a character vector of RefSeqGene IDs

Value

A dataframe with genes in Refseq format for conversion testing.

Examples

1
2
3
4
data("genes_for_conversiontest")

genes[,1]<-convertGeneIds(gene_IDs=genes[,1], ID_type="refseq",
                          ID_convert_to="symbol")

SMITE documentation built on Nov. 8, 2020, 5:14 p.m.