R/subsetabs.R

setGeneric("subsetabs", function(object,indices) standardGeneric("subsetabs"));
setMethod("subsetabs","Abstracts",function(object,indices){temp=new("Abstracts", Journal=object@Journal[indices], Abstract=object@Abstract[indices], PMID=object@PMID[indices]);return(temp)})

Try the pubmed.mineR package in your browser

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

pubmed.mineR documentation built on June 22, 2024, 6:50 p.m.