assayCount: The number of assays in the projects

Description Usage Arguments Value Examples

View source: R/assayCount.R

Description

The number of assays in the projects

Usage

1
2
assayCount(projectAccession = c("PXD000001", "PXD008959"),
  accessionRownames = TRUE)

Arguments

projectAccession

character, a project accession number, for example: PXD000001.

Value

The number of assays in the projects.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
{
## Not run: 
# Search for one project accession
assayCount("PXD000001")

# Search for two project accessions
assayCount(c("PXD000001", "PXD008959"))

## End(Not run)
}

paodan/prideDownloader documentation built on May 6, 2019, 11:44 a.m.