View source: R/annotation_txt.R
load_trinotate_annotations | R Documentation |
Trinotate performs some neat sequence searches in order to seek out likely annotations for the trinity contigs. The resulting csv file is encoded in a peculiar fashion, so this function attempts to make it easier to read and put them into a format usable in an expressionset.
load_trinotate_annotations(
trinotate = "reference/trinotate.csv",
collapse = FALSE
)
trinotate |
CSV of trinotate annotation data. |
collapse |
Collapse isoforms to genes? |
Dataframe of fun data.
[tidyr] [readr]
sb_annot <- get_sbetaceum_data()[["annot"]]
a_few_trinotate <- load_trinotate_annotations(trinotate = sb_annot)
dim(a_few_trinotate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.