fetchDataHmChimp | R Documentation |
An output list of data contains 7 elements after using orthologScale(), including (1) orthology table comparing human and chimpanzee. (2) scaling factor for orthologous genes (3) gene count table from reference species (4) gnee count table from species you want to compare (5) scaling factor for TEs (6) TE count table from reference species (7) TE count table from the species you want to compare. The aim to provide this dataset is to save time for user running the vignettes and give a template for demonstration.
data(fetchDataHmChimp)
An object contains 2 elements:
orthology information from Ensembl
scaling factor to normalize data
data(fetchDataHmChimp)
fetchData <- fetchDataHmChimp
fetchData$orthologTable
fetchData$scaleFactor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.