投稿

VDJ chain pair sequence

https://drive.google.com/drive/u/0/search?q=Pairing%20of%20T-cell%20receptor%20chains%20via%20emulsion%20PCR https://search.proquest.com/openview/f2673f30edb25c3dc78db8dc3b36588e/1?pq-origsite=gscholar&cbl=18750&diss=y Bowties, Barcodes, and DNA Origami: A Novel Approach for Paired-Chain Immune Receptor Repertoire Analysis https://repository.asu.edu/attachments/194017/content/Schoettle_asu_0010E_17434.pdf One exciting application of DNA nanotechnology isthe intracellular capture, barcode linkage, and subsequent sequence analysis of multiple messenger RNA (mRNA) targets from individual cells within heterogeneous cell ii populations. DNA nanostructures can be transfected into individual cells to capture and protect mRNA for specific expressed genes, and incorporation of origami-specific bowtie-barcodes into the origami nanostructure facilitates pairing and analysis of mRNA from individual cells by high-throughput next-generation sequencing. DNA origamiがindividual ce

Python

概要 ここでは私が学んだPythonの使い方を書いていきます。 #matplotlib の使い方 #python #informatics %matplotlib inline import matplotlib.pyplot as plt 散布図 plt.scatter(df['median_income'], df['median_house_value']) ヒストグラム plt.hist(df['median_house_value'], bins=50) ボックスプロット(箱ひげ図) plt.boxplot((df['total_bedrooms'], df['population'])) #pandas の使い方 #python #informatics #インポート import pandas as pd #データの読み込み ##tsv pd.read_csv( 'foo.txt', sep='\t' ) #ざっとながめる df.describe() #要素の出現回数 vc = df['state'].value_counts() # 任意の列だけ取り出したい場合 df[['name', 'kcal']] # datetime列をindexにする df.set_index('datetime', inplace=True) #任意の行だけ取り出したい場合 df[100:106] # 条件を指定して抽出 df[df['kcal'] > 450] # queryメソッドを使うと、複数条件の指定で、特定カラムだけ出力もできる df[['name', 'kcal']].query('kcal > 450 and name == "豚肉の生姜焼"') # カラム名を変更する(y を sales に変換) df.rename(columns={'y': 'sales&

ブログとホームページの一元化を試みる

ブログとホームページの一元化を試みる ブログはBlogger、ホームページはGoogle siteで作っているんだけど、すべてBlogger似できればしたいなと思っている。 そこで、ページをカスタムリダイレクトでトップページにしてやってみようかな。

f

神戸に行ってきた

イメージ
  神戸に行ってきた 休みの日はどうもどこか行かないと気持ちが萎えてしまう。かと行って、行くところはそんなにないので、あまり行ったことがない神戸に行ってきた。 神戸と行っても一体何があるかわからない。パットした観光名所もなさそうなので、とりあえず三宮駅まで行って考えてみる。中華街があるらしく、そこまで歩いていってみた。神戸も港町であるのでどことなく横浜に似ている。 食べ歩きをし、腹も満たされたので、北野異人館のスタバまで歩く。そこでコーヒーを飲み、少しブラブラして帰った。このくらいの観光のほうがちょうどいい。

ソニー銀行のキャッシュカードダサくない?

ソニー銀行のキャッシュカードダサくない?

駅構内の椅子が全部マッサージチェアなところって他にあるかな

イメージ

二段ベッドだと思ったらダブルベッドだった。中国唯一の失敗

イメージ

Profile

イメージ
This shows basic information about Masakazu Ishikawa 石川昌和に関する基本的な情報です。

放送大学の資料請求してみた

放送大学の資料請求してみた 常に学ぶ必要があると思い、放送大学に入学してみようかと思う。その第一歩として、資料を請求してみた。 #改善