data.NaiveBayes | R Documentation |
A RData containing negative and positive training data
data.NaiveBayes
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:
'data.frame': 9219 obs. of 4120 variables:
'data.frame': 22770 obs. of 4120 variables:
Both of them have same structure.
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a factor with levels 0
1
a factor with levels
0
1
a vector of sequence string
a vector of sequence string
library(BSgenome.Drerio.UCSC.danRer7) 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.