median.genes {StabPerf}R Documentation

Calculates the median number of spots corresponding to a single gene

Description

When combining expression values from different spots that all correspond to the same gene, it is useful to know how many spots correspond to a gene.

Usage

median.genes(file, features, genenames)

Arguments

file The file to which the text is printed
features Checkpoint image file for FSS method
genenames A vector of labels, that are printed beside their scores. Lookup is done by the index from features of the score that is printed. If genenames is a list, its elements are taken as vector that are collapsed to a single label.

Examples

median.genes("foo.txt", features, dataset$genenames)

[Package StabPerf version 0.5 Index]