| get_anno_df | R Documentation | 
Extract counts with annotation data.frame from txi
get_anno_df(txi, colname)
| txi: | The txi object returned from the 'import_kallisto' function | 
| table_name: | The name of the count table to return. Tolerated values: * For raw counts: counts, raw_counts, count and raw_count * For TPM: abundance, TPM and tpm * For RUVg: ruvg_counts, ruvg, RUVg, RUV and ruv * For FPKM: fpkm and FPKM | 
A 'data.frame' object.
abundances <- get_demo_abundance_files()
file_anno <- get_demo_anno_file()
txi <- import_kallisto(abundances, anno = file_anno)
raw_counts <- get_anno_df(txi, "raw_count")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.