Description Usage Arguments Value See Also Examples
Load local files
1 2 3 4 5 6 | loadLocalFiles(
folder,
ignore = c(".aux.", ".mage-tab."),
name = "Data",
verbose = FALSE
)
|
folder |
Character: path to folder containing files of interest |
ignore |
Character: skip folders and filenames that match the expression |
name |
Character: name of the category containing all loaded datasets |
verbose |
Boolean: detail steps while parsing? |
List of data frames from valid files
Other functions to load data:
loadGtexData()
,
loadSRAproject()
,
loadTCGAdata()
1 2 3 4 5 6 7 8 | ## Not run:
folder <- "~/Downloads/ACC 2016"
data <- loadLocalFiles(folder)
ignore <- c(".aux.", ".mage-tab.", "junction quantification")
loadLocalFiles(folder, ignore)
## End(Not run)
|
Loading required package: shiny
Loading required package: shinyBS
Start the visual interface by running the function psichomics()
Warning message:
In read.dcf(con) :
URL 'http://bioconductor.org/BiocInstaller.dcf': status was 'Couldn't resolve host name'
Searching inside the folder... 0
Searching inside the folder... 0
$Data
named list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.