Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/availableGScores.R
Functions to explore genomic scores resources.
1 2 | availableGScores(use.internet=FALSE)
getGScores(x)
|
x |
A |
use.internet |
A logical value specifying whether we want
to check through the internet whether the
annotation packages and |
The function availableGScores()
shows genomic score sets available as
AnnotationHub
online resources.
The function availableGScores()
returns a data.frame
object
with a row for each available resource of genomic scores and the following
four columns:
Name: Name of the Bioconductor package or AnnotationHub
resource.
Organism: Organism on which the genomic scores are defined.
Category: Category to which the genomic scores belong to.
Installed: Whether the resource is installed as a package (TRUE
)
or not (FALSE
).
Cached: Whether the resource is available within the local cache
of the AnnotationHub
(TRUE
) or not (FALSE
).
BiocManagerInstall: Whether the resource can be installed as an
annotation package through BiocManager::install()
(TRUE
) or not (FALSE
).
AnnotationHub: Whether the resource can be downloaded as a GScores
object through the AnnotationHub
, using the function
getGScores()
(TRUE
), or not (FALSE
).
(TRUE
) or not (FALSE
).
The function getGScores()
returns a GScores
object.
R. Castelo
Puigdevall, P. and Castelo, R. GenomicScores: seamless access to genomewide position-specific scores from R and Bioconductor. Bioinformatics, 18:3208-3210, 2018.
getGScores()
phastCons100way.UCSC.hg19
MafDb.1Kgenomes.phase1.hs37d5
1 2 3 4 5 6 | availableGScores()
## Not run:
gsco <- getGScores("cadd.v1.3.hg19")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.