generateChromosomeGeneSet | R Documentation |
This function generates a list of sets of k genes encoded by neighbor loci
generateChromosomeGeneSet(species = c("human", "mouse"), k = 100, skip = 25)
species |
Character string indicating the species, either human or mouse |
k |
Integer indicating the number of genes per set |
skip |
Interger indicating the displacement of the window for selecting the k genes |
List of topoligically-close gene sets
chrom_set <- generateChromosomeGeneSet('human') length(chrom_set) chrom_set[seq_len(2)]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.