Description Usage Arguments Details Examples
Takes file manifest from build_manifest following preffered merge procedure in Signac: https://satijalab.org/signac/articles/merging.html#merge-fragment-files-1
1 | build_10x_atac(manifest = NULL, project = NULL)
|
manifest |
The file manifest from build_manifest or a list of named lists where each entry is a sample with peaks.bed, singlecell.csv and fragments |
project |
Name to give merged sample set |
"Fail to connect" or "Network is unreachable" errors are likely the result of a curl command reaching for the annotation but unable to connect to the server, possibly becuase of firewall issues. Try running the annotation block on a laptop outside of a firewall and then import the result back into the main notebook.
1 2 3 4 | ## Not run:
srt = build_10X_atac(manifest = m, project = "A6440")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.