Description Usage Arguments Details Value Author(s) References See Also Examples
This methods are used to provide mean read coverage depth in a particular chromosomal region.
1 2 | getCoverageStats(x, ...)
getCoverage(x, ...)
|
x |
An object of class |
... |
Adiditional arguments supported by the REST API.
|
Coming soon...
These methods return a list with a representation of coverage histogram.
Adrian Alexa
https://developer.basespace.illumina.com/docs/content/documentation/rest-api/api-reference
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | data(aAuth)
## get the Ids of some BAM files
##...
## You might require Read access to the AppResult
#initializeAuth(aAuth, scope = paste("browse global, read project", 12))
#requestAccessToken(aAuth)
#getCoverageStats(aAuth, id = bid, "phix")
#readcov <- getCoverage(aAuth, id = bid, "phix", StartPos = 1L, EndPos = 5e3L)[[1]]
#barplot(readcov$MeanCoverage, col = "lightblue1", border = NA)
#plot(readcov$MeanCoverage, col = "lightblue2", type = "l", lwd = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.