Description Usage Arguments Value Examples
View source: R/helper_functions.R
CID.LoadEdges
loads edges, typically after running the SPRING pipeline.
1 | CID.LoadEdges(data.dir)
|
data.dir |
A directory where "edges.csv" file is located |
The edge list in data frame format
1 2 3 4 5 6 7 8 9 10 | ## Not run:
# Loads edges
file.dir = "https://kleintools.hms.harvard.edu/tools/client_datasets/"
file = "CITESEQ_EXPLORATORY_CITESEQ_5K_PBMCS/FullDataset_v1_protein/edges.csv"
download.file(paste0(file.dir, file, "?raw=true"), destfile = "edges.csv")
# data.dir is your path to the "edges.csv" file
edges = CID.LoadEdges(data.dir = ".")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.