Description Usage Arguments Value Examples
make geneInfo dataframe based on .csv file of tair loci and names/symbols
1 2 | geneInfoFromFile(fname, firstOnly = TRUE, useCache = TRUE,
source = "tair10")
|
fname |
filename of csv files containing "tair_locus" and "name" fields |
firstOnly |
logical, if true only return transcript IDs containing ".1" |
useCache |
logical, read from and write to a file of cached genes? |
geneInfo dataframe see getGeneInfo
1 2 | geneIdFile <- system.file("extdata", "AFB_gene_ids.csv", package="r1001genomes")
geneInfoFromFile(fname = geneIdFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.