Description Usage Arguments Value Examples
View source: R/getbootstrapkallisto.R
Function to load the values of the bootstrap returned by kallisto pipeline
Inputs:
1 | 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.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.