Description Usage Arguments Value Examples
This function gives basic information on the slots within your Anota2seqDataSet.
1 2 | ## S4 method for signature 'Anota2seqDataSet'
show(object)
|
object |
An Anota2seqDataSet. |
No value is returned; this function is called for its side effects.
1 2 3 4 5 6 7 8 | data(anota2seq_data)
Anota2seqDataSet <- anota2seqDataSetFromMatrix(dataP = anota2seq_data_P[1:1000,],
dataT = anota2seq_data_T[1:1000,],
phenoVec = anota2seq_pheno_vec,
dataType = "RNAseq",
normalize = TRUE)
show(Anota2seqDataSet)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.