getbootstrapkallisto: GetbootstrapKallisto

Description Usage Arguments Value Examples

View source: R/getbootstrapkallisto.R

Description

Function to load the values of the bootstrap returned by kallisto pipeline

Inputs:

Usage

1
getbootstrapkallisto(pathValues = NA, nb)

Arguments

pathValues

A vector with the complete directory to the folder of the output of kallisto

nb

number of bootstrap

Value

A list containing the quantification data and with the bootrap information.

Examples

1
2
3
4
5
6
   PathFiles <- system.file('extdata',package='EventPointer')
   PathFiles <- dir(paste0(PathFiles,'/output'),full.names = TRUE)

   #load the data

   mydatab <- getbootstrapkallisto(pathValues = PathFiles,nb = 20)

EventPointer documentation built on Nov. 8, 2020, 7:12 p.m.