| import_kallisto | R Documentation | 
Import quantifications from Kallisto
import_kallisto(filenames, anno, txOut = FALSE, ignoreTxVersion = FALSE)
| filenames | Paths to the abundance files. | 
| anno | The filename for the annotation in csv (see anno package) It must have the following columns: id, ensembl_gene, symbol, entrez_id and transcript_type. Values can be NA except for id and ensembl_gene. | 
| txOut | Return counts and abundance at the transcript level. Default: FALSE | 
| ignoreTxVersion | Ignore version of tx. Default = FALSE | 
A txi object.
abundances <- get_demo_abundance_files()
file_anno <- get_demo_anno_file()
txi <- import_kallisto(abundances, anno = file_anno)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.