Description Usage Arguments Value Examples
Merge DE, BLAST, KEGG Info and filter
1 | mergeAnnotations(dfAll, annotFile, cov = 0.5, e_val = 1e-10)
|
dfAll |
csv output file from annotateDE |
annotFile |
csv output file from annotateTranscripts |
cov |
Query coverage cutoff |
e_val |
e-value cutoff |
Annotation results are written to cvCnt.csv.
1 2 3 4 5 | annot <- system.file("extdata", "annot.csv",
package="Trans2Kegg")
dfAll <- system.file("extdata", "dfAll.csv",
package="Trans2Kegg")
mergeAnnotations(dfAll, annot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.