Description Usage Arguments See Also Examples
This function parses the output files generated by the programs cufflinks, cuffcompare, cuffmerge and cuffdiff and generates a dataframe with all containing data
1 2 | mapGOtoData(dataframe,genome,identifier,rowname,category)
|
dataframe |
dataframe where the GO Identifier will be added |
genome |
which genome will be used |
identifier |
which type of identifiers will be used e.g. ensembl="ensgene",... |
rowname |
name of the row that will be added |
category |
which ontologie will be used e.g. BP - biological process, CC - cellular component, MF - molecular function |
mapGOtoElement, mapAllGOtoData, goseq
1 2 3 | ## read cufflinks GTF File
mapGOtoData(cuffdiff, "hg19","ensGene","BP","BP")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.