| show,Anota2seqDataSet-method {anota2seq} | R Documentation |
This function gives basic information on the slots within your Anota2seqDataSet.
## S4 method for signature 'Anota2seqDataSet' show(object)
object |
An Anota2seqDataSet. |
No value is returned; this function is called for its side effects.
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)