getbootstrapkallisto {EventPointer}R Documentation

Author: JF

Description

Function to load the values of the bootstrap

Inputs:

Usage

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

   
   PathFiles <- system.file('extdata',package='EventPointer')
   PathFiles <- dir(paste0(PathFiles,'/output'),full.names = TRUE)
   
   #load the data
   
   mydatab <- getbootstrapkallisto(pathValues = PathFiles,nb = 20)



[Package EventPointer version 2.0.1 Index]