## load an example of IcaSet
data(icaSetCarbayo)
##get the projection of your favorite proliferation genes
#on all components
getProj(icaSetCarbayo, ids=c("TOP2A","CDK1","CDC20"), level="genes")
#on some components
getProj(icaSetCarbayo, ids=c("TOP2A","CDK1","CDC20"),
keepComp=c(1,6,9,12),level="genes")
##get the gene projection values on the sixth component
getProj(icaSetCarbayo, keepComp=6,level="genes")
Run the code above in your browser using DataLab