Description Usage Arguments Value Author(s) See Also Examples
Extract row numbers where introns (or exons dependant on user's request)
are located in an object of type SummarizedExperiment
.
1 | intexIndex(x, intExCol="int_ex", what="intron")
|
x |
Object of type |
intExCol |
Column name (or number) that represents whether each row is "intron" or "exon"
in |
what |
A character string that defines whether the index for the introns or exons
should be returned. Accepts either |
A numeric vector which includes the index of the introns/exons.
Ali Oghabian
1 2 | # Show the few first index of rows that represent the introns
head(intexIndex(mdsChr22Obj, what="intron"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.