read_salmon: Read salmon

read_salmonR Documentation

Read salmon

Description

Read salmon

Usage

read_salmon(dir, sfile = NULL, by = NULL, ensdb = NULL)

Arguments

dir

salmon results rootdir

sfile

samplefile

by

samplefile column to merge by

ensdb

EnsDb object

Value

SummarizedExperiment

Examples

# 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)

bhagwataditya/importomics documentation built on May 1, 2024, 2:01 a.m.