inst/doc/sfinx-vignette.R

## ---- echo = FALSE-------------------------------------------------------
knitr::opts_chunk$set(message=FALSE, warning=FALSE, comment = "#>", collapse = TRUE)

## ------------------------------------------------------------------------
library(sfinx)


## ------------------------------------------------------------------------
DataInputExampleFile[1:10,1:5]



## ------------------------------------------------------------------------
BaitIdentityExampleFile


## ---- eval = FALSE-------------------------------------------------------
#  sfinx(DataInputExampleFile, BaitIdentityExampleFile)
#  

## ------------------------------------------------------------------------
head(sfinx(DataInputExampleFile, BaitIdentityExampleFile)[[1]])



## ------------------------------------------------------------------------
sfinx(DataInputExampleFile, BaitIdentityExampleFile)[[2]]


## ---- eval = FALSE-------------------------------------------------------
#  sfinx(InputData, BaitVector, BackgroundRatio = 5, BackgroundIdentity = "automatic", BaitInfluence = FALSE, ConstantLimit = TRUE, FWERType = "B")
#  
#  

## ---- eval = FALSE-------------------------------------------------------
#  ?sfinx
#  
#  help(sfinx)
#  

Try the sfinx package in your browser

Any scripts or data that you put into this service are public.

sfinx documentation built on May 2, 2019, 1:44 p.m.