Description Usage Arguments Value Methods (by class) Examples
Checks that all the collection types is the same. Issues a warning when a GOCollection is detected. Checks tat all the geneIdTypes is the same for all the GeneSets. Checks that a GeneSet is bigger or equal to two genes.
1 2 3 4 5 6 7 8 9 10 |
object |
A GeneSetCollection |
A geneSetCollection
GeneSetCollection
: Applies the checks
GeneSetCollection
: Returns the geneIdType present in the GeneSetCollection
GeneSetCollection
: Returns the collectionType present in the GeneSetCollection
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | isTRUE(check(Info))
data(sample.ExpressionSet)
ai <- AnnotationIdentifier(annotation(sample.ExpressionSet))
geneIds <- featureNames(sample.ExpressionSet)[100:109]
gs3 <- GeneSet(geneIds=geneIds, type=ai,
setName="sample1", setIdentifier="102")
uprotIds <- c("Q9Y6Q1", "A6NJZ7", "Q9BXI6", "Q15035", "A1X283",
"P55957")
gs4 <- GeneSet(uprotIds, geneIdType=UniprotIdentifier())
gsc <- GeneSetCollection(list(gs3, gs4))
gsc
check(gsc)
geneIdType(Info)
collectionType(Info)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.