load.sequence: Load sequences from the mammalian collagen sequences...

View source: R/ms_load.R

load.sequenceR Documentation

Load sequences from the mammalian collagen sequences googlesheet

Description

Load sequences from the mammalian collagen sequences googlesheet

Usage

load.sequence(
  spp = "human",
  sheet = bioarch_mammal_sequences,
  verbose = F,
  col3 = F
)

Arguments

sheet

the spreadsheet to load the data from. Must be the same format as bioarch_mammal_sequences

verbose

verbose processing with more detail. Useful for debugging

col3

whether to load the sequence from column3, or from the remainder of the spreadsheet. For debugging.

species

the name of the species whose peptides will be loaded.

Examples

hcs <- load.sequence()
hcs <- load.sequence("goat")

bioarch-sjh/bacollite documentation built on Oct. 7, 2022, 3:34 p.m.