speciesCorr | R Documentation |
An object of class "TekCorrSet" which contains 4 expression counts. These data are generated from speciesCounts using TEKRABber pipeline. For a quick demo, we only select 50 orthologs and 50 transposable elements.
data(speciesCorr)
An object of class "TekCorrSet" which contains 4 expression counts and you can access it specifying the parameters using assay_tekcorrset():
human gene expression data
human TE expression data
chimpanzee gene expression data
chimpanzee TE expression data
data(speciesCorr) hmGeneCorrInput <- assay_tekcorrset(speciesCorr, "gene", "human") hmTECorrInput <- assay_tekcorrset(speciesCorr, "te", "human") chimpGeneCorrInput <- assay_tekcorrset(speciesCorr, "gene", "chimpanzee") chimpTECorrInput <- assay_tekcorrset(speciesCorr, "te", "chimpanzee")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.