getbootstrapkallisto {EventPointer} | R Documentation |
Function to load the values of the bootstrap returned by kallisto pipeline
Inputs:
getbootstrapkallisto(pathValues = NA, nb)
pathValues |
A vector with the complete directory to the folder of the output of kallisto |
nb |
number of bootstrap |
A list containing the quantification data and with the bootrap information.
PathFiles <- system.file('extdata',package='EventPointer') PathFiles <- dir(paste0(PathFiles,'/output'),full.names = TRUE) #load the data mydatab <- getbootstrapkallisto(pathValues = PathFiles,nb = 20)