最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

R檢索Pubmed

2023-03-21 08:38 作者:Q日拱一卒  | 我要投稿

install.packages("easyPubMed")

library(easyPubMed)

library(dplyr)

library(parallel)

library(foreach)

library(doParallel)

get_pubmed <- function(query = my_query){

? # ncbi_key = '6c656032d3e950f2b15656d687fd4eeb8008'

? my_query <- get_pubmed_ids(my_query)

? my_query$Count

? # Fetch data

? my_abstracts_xml <- fetch_pubmed_data(my_query)??

? # Store Pubmed Records as elements of a list

? all_xml <- articles_to_list(my_abstracts_xml)

? # Windows systems may not support the following code.

??

? # Start a cluster with 3 cores

? cl <- makeCluster(4)

? registerDoParallel(cl)

??

? # Perform operation (use foreach)

? # The .combine argument guides result aggregation

? fullDF <- tryCatch(

? ? {foreach(x=1:length(all_xml),?

? ? ? ? ? ? ?.packages = 'easyPubMed',

? ? ? ? ? ? ?.combine = rbind) %dopar% article_to_df(pubmedArticle = all_xml[[x]],?

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?autofill = T,?

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?max_chars = -1,?

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?getKeywords = T,?

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?getAuthors = T)},?

? ? error = function(e) {NULL},

? ? finally = {stopCluster(cl)})

? fullDF <- fullDF %>%?

? ? as_tibble()

? return(fullDF)

}



##根據(jù)期刊/關(guān)鍵詞查找:

my_query<-"(Idiopathic pulmonary fibrosis[TIAB]) AND ((2022[Date - Publication] : 2022[Date - Publication]))"

qr1<-get_pubmed_ids(my_query)

##my_query<-"(Journal of Hepatology[Journal]) AND ((2022[Date - Publication] : 2022[Date - Publication]))"

##qr1<-get_pubmed_ids(my_query)

result<-fetch_pubmed_data(qr1,encoding = "ASCII")

result<-table_articles_byAuth(result,included_authors = "last",max_chars = 500)

write.csv(result,file="D:\\MDR database\\result.csv",row.names = F)


R檢索Pubmed的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
柳林县| 盱眙县| 上犹县| 周口市| 观塘区| 房产| 阜新| 玛多县| 梁平县| 龙江县| 彭阳县| 资阳市| 高安市| 文水县| 霍山县| 东丽区| 合川市| 胶州市| 时尚| 乌什县| 临澧县| 松阳县| 彰化县| 大冶市| 嘉义县| 连南| 安化县| 军事| 太康县| 南阳市| 鄂温| 望江县| 清镇市| 承德市| 横峰县| 区。| 肥东县| 台北市| 卢龙县| 胶州市| 宁阳县|