inst/shinyTemplate/genericTabs.R

searchIdsOutput <- DT::renderDataTable({
  drugAnnot <- as(featureData(getAct(rcellminerData::drugData)), "data.frame")[, c("NSC", "NAME", "MOA")]

  dtColnames <- c("NSC", "Name", "MOA")
  tmp <- DT::datatable(drugAnnot, rownames=FALSE, colnames=dtColnames, filter='none', style='bootstrap', selection='none', options=list(pageLength=10))
})

Try the rcellminer package in your browser

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

rcellminer documentation built on Nov. 26, 2020, 2:02 a.m.