Description Usage Format Examples
This is the negative and positive training data.
1 |
A list with 2 data frame, "Negative" and "Positive". Negative has 9219 observations on the following 4120 variables. And Positive is a data frame with 22770 observations on the following 4120 variables. The format is:
Negative'data.frame': 9219 obs. of 4120 variables:
Positive'data.frame': 22770 obs. of 4120 variables:
Both of them have same structure.
ya numeric vector
n.A.Downstreama numeric vector
n.C.Downstreama numeric vector
n.T.Downstreama numeric vector
n.G.Downstreama numeric vector
avg.distanceA2PeakEnda numeric vector
dimer: such as AA, AC, AG, AT, CA, ... etc.a numeric vector
heximer: such as AAAAAA, ACGTAC, ... etc.a factor with levels 0 1
upstream.seq a vector of sequence string
downstream.seq a vector of sequence string
1 2 3 | data(data.NaiveBayes)
head(str(data.NaiveBayes$Negative))
head(str(data.NaiveBayes$Positive))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.