sampleWith3IDs: Mapping input file with ID to symbol, entrez, ensembl IDs

Description Usage Arguments Value Examples

Description

Mapping input file with ID to symbol, entrez, ensembl IDs

Usage

1
sampleWith3IDs(filename, IDColumn, logFCColumn, IDType, inputSpecies)

Arguments

filename

input file in csv format

IDColumn

must be numberic,the column number of sample ID

logFCColumn

must be numberic, the column number of sample log fold change

IDType

Human: entrezgene, hgnc_symbol, ensembl_gene_id, Mouse: entrezgene, mgi_symbol, ensembl_gene_id, Rat: entrezgene, rgd_symbol, ensembl_gene_id

inputSpecies

human, mouse, rat

Value

sample with entrez ID, symbol and ensembl ID

Examples

1
2
3
4
5
6
7
8
9
path<-system.file(package = "Key2Enrich")
filePath<-paste(path,"/extdata",sep="")
file<-paste(filePath,sep="","/sampleFile.csv")

thisSampleWith3IDs<-sampleWith3IDs(file,
                                   IDColumn=1,
                                   logFCColumn=2,
                                   IDType="mgi_symbol",
                                   inputSpecies="mouse")

ppdragondw/Key2Enrich documentation built on May 29, 2019, 7:39 a.m.