Description Usage Arguments Value Examples
getSamplesFromBucket
returns a sparseHiCdata
object
when the user specifies multiple sample names present in the bucket
1 2 3 4 5 | getSamplesFromBucket(samples, bucket, chr = NA, organism = "human")
## S4 method for signature 'ANY'
getSamplesFromBucket(samples, bucket, chr = NA,
organism = "human")
|
samples |
The names of the samples |
bucket |
Name of the AWS bucket. |
chr |
= NA Specify which chromosomes to pull down; if left with NA, then by default, all chromosomes will be pulled down |
organism |
= "human" or "mouse" likely supported |
A sparseHiCdata object
1 2 3 | # Import chromosome 4 from DNAlandscapeR bucket
samples <- c("GM12878", "IMR90")
# two <- getSamplesFromBucket(samples, "dnalandscaper", c("chr1", "chr4"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.