probeset.stats {exonmap} | R Documentation |
Each column represent the uniqueness of a probesets' hits to the genome, to exons and to introns. Each value in a column can be 0,1, or another positive number. If 0, at least one of the probesets does not hit. If 1, all probesets hit exactly once. Any other number represents one or more probesets that hit in more than one place.
probeset.stats(probesets,debug=0)
probesets |
a probeset list |
A data frame with gene, exon and intron matches for each probeset.
Michal Okoniewski
http://bioinformatics.picr.man.ac.uk/
select.probewise
exclude.probewise
## Not run: probesets <- gene.to.probeset("ENSG00000005893"); probeset.stats(probesets) ## End(Not run)