Description Usage Arguments Details See Also Examples
View source: R/makePhenotypeSearch_function.R
makePhenotypeSearch
returns a character vector of gene names.
1 | makePhenotypeSearch(mgl, term = c(""), phen, saveFile = FALSE)
|
mgl |
List; see |
term |
Character vector representing phenotype of interest |
phen |
List produced by |
saveFile |
A logical flag indicating whether a csv file ('PhenotypeSearch_[term].csv') should be saved in the current directory |
Of interest maybe groups of genes that have the same phenotype
Other output: makeAeiPlot
,
makeCoXpGene
,
makeCoXpTranscript
,
makeDnaseSig
, makeGoSearch
,
makeGo
, makeMultiEqtl
,
makeOverlapTable
,
makeOverlap
, makePhenotypes
,
makeSnpSearch
, makeSnps
,
makeSummary
1 2 3 4 | exMgl() -> myMgl
makePhenotypes(myMgl, saveFile = FALSE) -> myPhenotypes
makePhenotypeSearch(myMgl, term = 'Mean corpuscular hemoglobin',
phen = myPhenotypes, saveFile = FALSE) -> myPhenotypeSearch
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.