当前位置:首页>产品中心>抗原/重组蛋白>Recombinant Rat GM-CSF (C-6His)

Recombinant Rat GM-CSF (C-6His)

  • 货号:EPT254
  • 价格:¥1,080.00 元
  • 点击:1359
   一键复制产品信息 复制成功!

产品介绍

基本信息

规格10ug
表达宿主Human Cells
标签C-6His

物理性质

分子量15.6 KDa
表观分子量17-25 KDa, reducing conditions
形态Lyophilized from a 0.2 μm filtered solution of PBS, pH 7.4.
纯度Greater than 95% as determined by reducing SDS-PAGE.

活性与内毒素

内毒素水平Less than 0.1 ng/µg (1 EU/µg) as determined by LAL test.

储存与运输

溶解方法Always centrifuge tubes before opening.Do not mix by vortex or pipetting. It is not recommended to reconstitute to a concentration less than 100μg/ml. Dissolve the lyophilized protein in distilled water. Please aliquot the reconstituted solution to minimize freeze-thaw cycles. 
储存方法Lyophilized protein should be stored at < -20°C, though stable at room temperature for 3 weeks.
Reconstituted protein solution can be stored at 4-7°C for 2-7 days.
Aliquots of reconstituted samples are stable at < -20°C for 3 months.
运输条件The product is shipped at ambient temperature.
Upon receipt, store it immediately at the temperature listed below.

详细说明

背景说明Granulocyte-Macrophage Colony Stimulating Factor (GM-CSF) was initially characterized as a growth factorthat can support the in vitro colony formation of granulocyte-macrophage progenitors. It is produced by anumber of different cell types (including activated T cells, B cells, macrophages, mast cells, endothelial cellsand fibroblasts) in response to cytokine of immune and inflammatory stimuli. Besides granulocyte-macrophageprogenitors, GM-CSF is also a growth factor for erythroid, megakaryocyte and eosinophil progenitors. Onmature hematopoietic, monocytes/ macrophages and eosinophils. GM-CSF has a functional role on nonhematopoitic cells. It can induce human endothelial cells to migrate and proliferate. Additionally, GM-CSF canalso stimulate the proliferation of a number of tumor cell lines, including osteogenic sarcoma, carcinoma andadenocarcinoma cell lines.
【仅供科学研究使用】

相关产品:
产品名称 点击数
Human RBL1 Recombinant Protein (N-His)|人RBL1 重组蛋白 (N端组氨酸标签) 607
Human PBXIP1 Recombinant Protein (N-His)|人PBXIP1 重组蛋白 (N端组氨酸标签) 874
Human PDCD5 Recombinant Protein (N-His)|人PDCD5 重组蛋白 (N端组氨酸标签) 562
Human RPL23 Recombinant Protein (N-His)|人RPL23 重组蛋白 (N端组氨酸标签) 662
Human BCAP31 Recombinant Protein (N-His)|人BCAP31 重组蛋白 (N端组氨酸标签) 634
Human CCNY Recombinant Protein (N-His)|人CCNY 重组蛋白 (N端组氨酸标签) 727
Human CYP7B1 Recombinant Protein (N-His)|人CYP7B1 重组蛋白 (N端组氨酸标签) 691
Human FHL3 Recombinant Protein (N-His)|人FHL3 重组蛋白 (N端组氨酸标签) 628
Human NR4A1 Recombinant Protein (N-His)|人NR4A1 重组蛋白 (N端组氨酸标签) 507
Human SESN1 Recombinant Protein (N-His)|人SESN1 重组蛋白 (N端组氨酸标签) 774
Human TNFAIP8 Recombinant Protein (N-His)|人TNFAIP8 重组蛋白 (N端组氨酸标签) 621
Human USP49 Recombinant Protein (N-His)|人USP49 重组蛋白 (N端组氨酸标签) 645
Human YTHDC1 Recombinant Protein (N-His-SUMO & C-Strep)|人YTHDC1 重组蛋白 (N端组氨酸-SUMO双标签 & C端链霉亲和素标签) 773
Human FBXW11 Recombinant Protein (N-His)|人FBXW11 重组蛋白 (N端组氨酸标签) 871
Human FOXA2 Recombinant Protein (N-His)|人FOXA2 重组蛋白 (N端组氨酸标签) 569
Human SCNN1B Recombinant Protein (N-His)|人SCNN1B 重组蛋白 (N端组氨酸标签) 860
Human CPT1C Recombinant Protein (N-His)|人CPT1C 重组蛋白 (N端组氨酸标签) 607
Human CYP27A1 Recombinant Protein (N-His)|人CYP27A1 重组蛋白 (N端组氨酸标签) 627
Human ELAVL2 Recombinant Protein (N-His)|人ELAVL2 重组蛋白 (N端组氨酸标签) 603
Human HNRNPA3 Recombinant Protein (N-His)|人HNRNPA3 重组蛋白 (N端组氨酸标签) 665
总计 14947 个记录,共 748 页,当前第 733 页 | 第一页 上一页 下一页 最末页
$(".copy-info").click(function(){ $('#copytext').show(); var info = []; var specs = []; var prices = []; var elms = $('[name=spec]'); for (let i = 0; i < elms.length; i++) { const elem = elms[i]; specs.push($(elem).attr('spec')) prices.push('¥'+$(elem).val()) } info.push(`产品名称: Anti-Ganglioside GM1 hIgM Recombinant Antibody (WO1)`); info.push('产品货号: YP930063'); info.push('产品规格: ' + specs.join('/')); info.push('产品价格: ' + prices.join('/')); info.push('产品链接: ' + location.href); // pxmu.copy(info.join("\n")) // navigator.clipboard.writeText(info.join("\n")) var msg = info.join("\r\n"); $('#copytext').val(msg); $('#copytext').select(); $('#copytext')[0].setSelectionRange(0, msg.length); document.execCommand("copy"); $('#copytext').hide(); $(this).hide().siblings('.copy-ok').show(); setTimeout(() => { $('.copy-ok').hide().siblings('.copy-info').show(); }, 3000); })
在线客服
  • 销售热线:
  • 15898894496(同微信)
  • 我要留言
  • 周一至周五每天9:00-17:00