Description Usage Arguments Value Examples
View source: R/graphBLASTResults.R
A function that gets the BLAST hits of the submitted fasta file in the submitted fasta dabatase file. Creates a fasta database out of the user-submitted fastaDatabse file.
1 2 3 4 5 6 | graphBLASTResults(
blastResults,
geneData,
rowLabelScaling = 1,
colLabelScaling = 1
)
|
blastResults |
A list containing fasta entries, must be generated from getBlastResults |
geneData |
A list or dataframe containing gene counts or log transformed gene count data |
rowLabelScaling |
An integer representing the scaling of the row labels, the higher the bigger the label will be |
colLabelScaling |
An integer representing the scaling of the column labels, the higher the bigger the label will be |
Returns a plot comparing the expression gene data of one more treatments of the genes in blastResults
1 2 3 4 5 | # Example 1:
# Using the provided gene expression and blastResults files
# data(BlastResults5Max)
# data(geneData)
# graphBLASTResults(blastResults=BlastResults5Max, geneData=geneData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.