read_salmon | R Documentation |
Read salmon
read_salmon(dir, sfile = NULL, by = NULL, ensdb = NULL)
dir |
salmon results rootdir |
sfile |
samplefile |
by |
samplefile column to merge by |
ensdb |
EnsDb object |
SummarizedExperiment
# dir <- '../bh/salmon_quants'
# sfile <- '../bh/samplesheet.csv'
# by <- 'salmonDir'
# ah <- AnnotationHub::AnnotationHub()
# ensdb <- ah[['AH98078']]
# read_salmon(dir, sfile = sfile, by = 'salmonDir', ensdb = ensdb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.