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

歡迎光臨散文網(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ó)家法律
吉木萨尔县| 阜新| 广饶县| 大渡口区| 武平县| 湘潭市| 北碚区| 阳春市| 安陆市| 卢龙县| 泗水县| 海伦市| 库尔勒市| 四子王旗| 故城县| 沂南县| 星子县| 揭阳市| 南宁市| 报价| 介休市| 安福县| 大渡口区| 柏乡县| 民勤县| 郎溪县| 巩留县| 神农架林区| 尉犁县| 铜鼓县| 聂荣县| 大城县| 邓州市| 和田县| 锡林郭勒盟| 涟水县| 大新县| 搜索| 杂多县| 郎溪县| 潍坊市|