Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: seqinr
Title: Biological Sequences Retrieval and Analysis
Version: 4.2-43
Version: 4.2-44
Depends: R (>= 2.10.0)
Imports: ade4,segmented
Authors@R: c(person("Delphine", "Charif", role = "aut"),
Expand Down
4 changes: 0 additions & 4 deletions man/EXP.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ or \code{sum( freq * EXP$A3 )}. To do the same with the \%*\%
operator you have to explicit the recycling rule as in \code{
drop( freq \%*\% rep(EXP$A, 16))}.
}
\source{
ANALSEQ EXPFILEs for command EXP.\cr
\url{http://pbil.univ-lyon1.fr/software/doclogi/docanals/manuel.html}
}
\references{
\code{citation("seqinr")}
\describe{
Expand Down
2 changes: 1 addition & 1 deletion man/amb.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ a vector with expanded symbols.
\references{

The nomenclature for incompletely specified bases in nucleic acid sequences
at: \url{https://www.ncbi.nlm.nih.gov/pmc/articles/PMC341218/}
at: \url{https://pmc.ncbi.nlm.nih.gov/articles/PMC341218/}

\code{citation("seqinr")}
}
Expand Down
2 changes: 1 addition & 1 deletion man/bma.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bma(nucl, warn.non.IUPAC = TRUE, type = c("DNA", "RNA"))
\references{

The nomenclature for incompletely specified bases in nucleic acid sequences
at: \url{https://www.ncbi.nlm.nih.gov/pmc/articles/PMC341218/}
at: \url{https://pmc.ncbi.nlm.nih.gov/articles/PMC341218/}

\code{citation("seqinr")}
}
Expand Down
7 changes: 0 additions & 7 deletions man/oriloc.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@ skew in third codon positions.
}
\references{

More illustrated explanations to help understand oriloc outputs
are available there:
\url{https://pbil.univ-lyon1.fr/software/Oriloc/howto.html}.\cr

Examples of oriloc outputs on real sequence data are there:
\url{https://pbil.univ-lyon1.fr/software/Oriloc/index.html}.\cr

The original paper for oriloc:\cr
Frank, A.C., Lobry, J.R. (2000) Oriloc: prediction of replication
boundaries in unannotated bacterial chromosomes. \emph{Bioinformatics},
Expand Down
Loading