WesternBlotQuantity: Tool for protein quantity in Western Blot

Description Usage Arguments Author(s) Examples

View source: R/experiment_WesternBlotquantity.R

Description

Tool for protein quantity in Western Blot

Usage

1

Arguments

name

the name of saved .rda

path

Default is NULL.You have to set up an available.Please see the example file in lucky package

Author(s)

Weibin Huang<654751191@qq.com>

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## See the example data
example <- system.file("extdata", "wb quantity.xlsx", package = "lucky")
View(readxl::read_xlsx(example))

## A common and useful running
res <- WesternBlotQuantity()
View(res$Data$metadata)
View(res$Data$result)

## If you want a backup,just set the 'name' parameter.The .rda file would be saved in the specified path.
res <- WesternBlotQuantity("I love you")

shijianasdf/BasicBioinformaticsAnalysisFromZhongShan documentation built on Jan. 3, 2020, 10:08 p.m.