Description Usage Arguments Value Note See Also Examples
Utility function that provides support for creating internal GRanges
for
transgene and FASTA spike-in sequences.
1 2 3 4 5 | emptyRanges(
names,
seqname = c("unknown", "transgene", "spike"),
mcolnames = NULL
)
|
names |
|
seqname |
|
mcolnames |
|
GRanges
.
Updated 2019-08-21.
help("seqinfo", "GenomeInfoDb")
.
1 2 3 4 5 6 7 8 | ## Unknown/dead genes.
emptyRanges("ENSG00000000000", seqname = "unknown")
## Transgenes.
emptyRanges(c("EGFP", "TDTOMATO", "GAL4"), seqname = "transgene")
## Spike-ins.
emptyRanges("ERCC", seqname = "spike")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.