bio-machine-learning-atlas-mapping:映射 query cells to reference atlases ,支持 scANVI 或 Symphony。
FreedomIntelligence/OpenClaw-Medical-Skills查看
维护者 K-Dense Inc. · 最近更新 2026年4月1日
pdf:This guide covers essential PDF processing operations ,使用 Python libraries 、 command-line tools。 用于 advanced features,JavaScript libraries,、 detailed examples,see REFERENCE.md。
原始来源
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/pdf
技能摘要
原始文档
from pypdf import PdfReader, PdfWriter
## Extract text
text = ""
for page in reader.pages:
text += page.extract_text()
import pandas as pd
with pdfplumber.open("document.pdf") as pdf:
all_tables = []
for page in pdf.pages:
tables = page.extract_tables()
for table in tables:
if table: # Check if table is not empty
df = pd.DataFrame(table[1:], columns=table[0])
all_tables.append(df)
相关技能
bio-machine-learning-atlas-mapping:映射 query cells to reference atlases ,支持 scANVI 或 Symphony。
bio-read-alignment-bwa-alignment:Align short reads to reference genome ,支持 BWA-MEM。
bio-reference-operations:Download,index,、 manage reference genome FASTA files。
bioRxiv:This skill provides efficient Python-based tools ,用于 searching 、 retrieving preprints ,面向 bioRxiv database。 It e…