View source: R/assay_tekcorrset.R
assay_tekcorrset | R Documentation |
a function only used for accessing the expression data from a TekCorrSet class object to demonstrate examples in vignettes. demonstration.
assay_tekcorrset(tecorrset, expType, sample)
tecorrset |
TekCorrSet object |
expType |
Indicate which data you want to access. It should be "gene" or "te". |
sample |
The species name or experimental design. It should be "human" and "chimpanzee" when you are running comparing species design. "control" and "treatment" are for running same species design. |
a dataframe contains expression genes or transposable elements.
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.