load.rsem.matrix: Load quantification result from RSEM by tximport

View source: R/RNA.R

load.rsem.matrixR Documentation

Load quantification result from RSEM by tximport

Description

Load quantification result from RSEM by tximport

Usage

load.rsem.matrix(dirpath, isoform = FALSE, subdirs = TRUE)

Arguments

dirpath

Simple set the directory which contains RSEM output folder

isoform

specify data type. isoforma specific or not.

subdirs

If existing in subdirectory

Examples

Directory tree subdirs = TRUE: dir/sample/prefix.genes.results or
Directory tree subdirs = TRUE: dir/sample/prefix.isoforms.results
Directory tree subdirs = FALSE: dir/sample.prefix.genes.results or
Directory tree subdirs = FALSE: dir/sample.prefix.isoforms.results

ProfessionalFarmer/loonR documentation built on Oct. 9, 2024, 9:56 p.m.